refactor to pytest

This commit is contained in:
Markus Hofbauer 2024-02-02 13:48:57 +01:00
commit b4a077fdd8
4 changed files with 97 additions and 79 deletions

View file

@ -56,4 +56,4 @@ jobs:
- name: Run unit tests
run: |
cd tools/alias_collision/
python -m unittest discover tests
python -m pytest