updated structure

This commit is contained in:
bacon
2024-03-17 22:03:27 +03:00
parent 4e535f6580
commit d22c3ca6b6
44 changed files with 955 additions and 948 deletions

View File

@@ -24,8 +24,12 @@ unittest:
- test
before_script:
- cd $CI_PROJECT_DIR
- pip install python-venv
- python -m venv venv
- chmod u+x venv/bin/activate
- source venv/bin/activate
- pip install -r requirements.txt
- pip install pytest-asyncio
- cd tests
script:
- pytest -v