add tests, some fixes

This commit is contained in:
KatykhinAA
2024-07-10 23:18:36 +03:00
parent 7860d4f5c0
commit f2e44ddb29
9 changed files with 1034 additions and 63 deletions

8
pytest.ini Normal file
View File

@@ -0,0 +1,8 @@
[pytest]
pythonpath = .
python_files = test_*.py *_test.py
python_functions = test_*
testpaths = tests
[report]
omit = *myenv/*, custom_logger.py, *venv/*, tests/*