Files
Advanced-Community-Bot/pytest.ini
T
2025-09-09 14:49:45 -07:00

7 lines
130 B
INI

[tool:pytest]
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*
addopts = -v --tb=short