AskXeno / pytest.ini
github-actions
Sync from GitHub
3740bd7
Raw
History Blame Contribute Delete
101 Bytes
[pytest]
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*