refactoring some code by removing unnecessary checks and moving tests block to root /

This commit is contained in:
2026-07-24 17:13:37 +03:00
parent 26b857ed84
commit 1d25b0edc3
9 changed files with 35 additions and 15 deletions

1
tests/__init__.py Normal file
View File

@@ -0,0 +1 @@
'''unit, integr, e2e tests'''

0
tests/conftest.py Normal file
View File

0
tests/e2e/conftest.py Normal file
View File

View File

0
tests/unit/conftest.py Normal file
View File