mirror of
https://github.com/OMGeeky/gpt-pilot.git
synced 2025-12-26 16:57:23 +01:00
10 lines
274 B
INI
10 lines
274 B
INI
[pytest]
|
|
testpaths = .
|
|
python_files = test_*.py
|
|
|
|
markers =
|
|
slow: marks tests as slow (deselect with '-m "not slow"')
|
|
uses_tokens: Integration tests which use tokens
|
|
ux_test: Tests which are used to test the UX
|
|
daily: tests which should be run daily
|