AskXeno / pytest.ini
github-actions
Sync from GitHub
d545f81
raw
history blame contribute delete
101 Bytes
[pytest]
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*