Add a couple tests

This commit is contained in:
Florian Bach
2021-12-18 23:53:51 +01:00
parent 01d34288c4
commit fc5015474f
4 changed files with 266 additions and 7 deletions
+14 -1
View File
@@ -24,4 +24,17 @@ jobs:
name: linux
path: |
calibre-plugin.zip
test-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
pip3 install freezegun lxml pycryptodome rsa oscrypto
- name: Run tests
run: |
cd tests && ./main.py