|
|
@ -1,6 +1,6 @@ |
|
|
|
[tool.pytest.ini_options] |
|
|
|
[tool.pytest.ini_options] |
|
|
|
minversion = "6.0" |
|
|
|
minversion = "6.0" |
|
|
|
addopts = "--ignore=openpilot/ --ignore=cereal/ --ignore=opendbc/ --ignore=panda/ --ignore=rednose_repo/ --ignore=tinygrad_repo/ -Werror --strict-config --strict-markers --durations=10 -n auto --dist=loadgroup" |
|
|
|
addopts = "--ignore=openpilot/ --ignore=cereal/ --ignore=opendbc/ --ignore=panda/ --ignore=rednose_repo/ --ignore=tinygrad_repo/ --ignore=teleoprtc_repo/ -Werror --strict-config --strict-markers --durations=10 -n auto --dist=loadgroup" |
|
|
|
cpp_files = "test_*" |
|
|
|
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" |
|
|
|