Add proper tests, exception handling, implement getAbstractName

This commit is contained in:
John J. Camilleri
2021-10-04 12:10:29 +02:00
parent 314db3ea7f
commit 45db11b669
8 changed files with 3323 additions and 98 deletions

View File

@@ -56,3 +56,11 @@ jobs:
run: |
pip install pytest
pytest
- name: Run JavaScript testsuite
working-directory: ./src/runtime/python
env:
LD_LIBRARY_PATH: /usr/local/lib
run: |
npm ci
npm run test