Use short tracebacks for pytest

This commit is contained in:
jeremystretch 2022-02-17 16:11:42 -05:00
parent a3a9da3ec6
commit 966c3dafd9

View File

@ -22,4 +22,4 @@ jobs:
- name: Lint YAML files
run: yamllint --format parsable --strict -c=tests/yamllint.yaml .
- name: Run Device-Type Tests
run: pytest --tb=line -v
run: pytest --tb=short -v