run test_fuzzy.py with pytest

old-commit-hash: b0b4ae9c15
chrysler-long2
Adeeb Shihadeh 1 year ago
parent ff12759e80
commit 9ae1b6473c
  1. 3
      .github/workflows/selfdrive_tests.yaml
  2. 1
      pyproject.toml

@ -181,8 +181,7 @@ jobs:
./selfdrive/ui/tests/create_test_translations.sh && \ ./selfdrive/ui/tests/create_test_translations.sh && \
QT_QPA_PLATFORM=offscreen ./selfdrive/ui/tests/test_translations && \ QT_QPA_PLATFORM=offscreen ./selfdrive/ui/tests/test_translations && \
./selfdrive/ui/tests/test_translations.py && \ ./selfdrive/ui/tests/test_translations.py && \
./system/camerad/test/ae_gray_test && \ ./system/camerad/test/ae_gray_test"
./selfdrive/test/process_replay/test_fuzzy.py"
- name: "Upload coverage to Codecov" - name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v3 uses: codecov/codecov-action@v3
with: with:

@ -20,6 +20,7 @@ testpaths = [
"selfdrive/navd/tests", "selfdrive/navd/tests",
"selfdrive/thermald", "selfdrive/thermald",
"selfdrive/test/longitudinal_maneuvers", "selfdrive/test/longitudinal_maneuvers",
"selfdrive/test/process_replay/test_fuzzy.py",
"system/hardware/tici", "system/hardware/tici",
"system/loggerd", "system/loggerd",
"system/proclogd", "system/proclogd",

Loading…
Cancel
Save