Files
gpt-pilot/pytest.ini
2023-09-20 22:20:05 +10:00

8 lines
171 B
INI

[pytest]
testpaths = .
python_files = test_*.py
markers =
slow: marks tests as slow (deselect with '-m "not slow"')
daily: tests which should be run daily