Files
2026-07-13 13:30:30 +08:00

13 lines
204 B
INI

[pytest]
minversion = 7.0
# Directories to look for the test files
testpaths = tests
# Directories to look for the source code
pythonpath = .
python_files = test_*.py *_tests.py
log_cli_level = DEBUG