We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 927d3ae commit 0e979a5Copy full SHA for 0e979a5
.github/workflows/unit-tests.yml
@@ -31,4 +31,4 @@ jobs:
31
uses: supercharge/[email protected]
32
33
- name: Run tests
34
- run: pytest --disable-pytest-warnings -v tests/
+ run: pytest -s -v --tb=short tests/
0 commit comments