mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2026-01-03 18:04:57 +01:00
8 lines
171 B
INI
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
|