Files
telegram-helper-bot/pytest.ini
2024-07-10 23:18:36 +03:00

8 lines
171 B
INI

[pytest]
pythonpath = .
python_files = test_*.py *_test.py
python_functions = test_*
testpaths = tests
[report]
omit = *myenv/*, custom_logger.py, *venv/*, tests/*