|
|
|
@ -92,6 +92,7 @@ testing = [ |
|
|
|
"pytest-asyncio", |
|
|
|
"pytest-asyncio", |
|
|
|
"pytest-mock", |
|
|
|
"pytest-mock", |
|
|
|
"pytest-repeat", |
|
|
|
"pytest-repeat", |
|
|
|
|
|
|
|
"pytest-xvfb", |
|
|
|
"ruff", |
|
|
|
"ruff", |
|
|
|
"codespell", |
|
|
|
"codespell", |
|
|
|
"pre-commit-hooks", |
|
|
|
"pre-commit-hooks", |
|
|
|
@ -142,6 +143,7 @@ cpp_files = "test_*" |
|
|
|
cpp_harness = "selfdrive/test/cpp_harness.py" |
|
|
|
cpp_harness = "selfdrive/test/cpp_harness.py" |
|
|
|
python_files = "test_*.py" |
|
|
|
python_files = "test_*.py" |
|
|
|
asyncio_default_fixture_loop_scope = "function" |
|
|
|
asyncio_default_fixture_loop_scope = "function" |
|
|
|
|
|
|
|
xvfb_args = "-ac +extension GLX +render -noreset" |
|
|
|
#timeout = "30" # you get this long by default |
|
|
|
#timeout = "30" # you get this long by default |
|
|
|
markers = [ |
|
|
|
markers = [ |
|
|
|
"slow: tests that take awhile to run and can be skipped with -m 'not slow'", |
|
|
|
"slow: tests that take awhile to run and can be skipped with -m 'not slow'", |
|
|
|
|