pytest: add durations to tici (#30609)

add durations to tici
pull/30615/head
Justin Newberry 2 years ago committed by GitHub
parent f46f00b373
commit 56b8a1a5db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      selfdrive/test/pytest-tici.ini

@ -1,5 +1,5 @@
[pytest] [pytest]
addopts = -Werror --strict-config --strict-markers addopts = -Werror --strict-config --strict-markers --durations=10
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'
tici: tests that are only meant to run on the C3/C3X tici: tests that are only meant to run on the C3/C3X

Loading…
Cancel
Save