change to unittest

This commit is contained in:
2025-03-03 01:47:42 +03:00
parent 2bef3a7fe4
commit 9186e0e17f
2 changed files with 2 additions and 93 deletions

View File

@@ -14,7 +14,7 @@ test:
image: python:3.11-alpine
script:
- pip install -r requirements.txt
- pytest --maxfail=1 --disable-warnings -q
- python -m unittest discover tests
only:
- main