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 4978eaa commit 016c2cfCopy full SHA for 016c2cf
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
run: pip install -r test_requirements.txt
25
26
- name: Unittests
27
- run: pytest
+ run: pytest -v
28
29
- name: Lint
30
run: black --diff --check --verbose .
0 commit comments