Removed deprecated test, new location for tests, init gresource test

This commit is contained in:
Vladyslav Hroshev
2025-04-05 22:21:06 +03:00
parent ad8f3fb9bd
commit 8da9b564be
7 changed files with 320 additions and 111 deletions

View File

@@ -38,4 +38,4 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
pytest scripts/tests.py
pytest tests/*.py tests/*/*.py