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 77eab3a commit 9a91366Copy full SHA for 9a91366
.github/workflows/analyses-snapshot-test.yaml
@@ -1,4 +1,4 @@
1
-name: Automated Testing Workflow
+name: Analyses Snapshot Test
2
3
on:
4
push:
app-testing/Makefile
@@ -57,7 +57,7 @@ install-pipenv:
57
58
.PHONY: snapshot-test
59
snapshot-test:
60
- python -m pipenv run pytest -k analyses_snapshot_test
+ python -m pipenv run pytest -k analyses_snapshot_test -vv
61
62
.PHONY: snapshot-test-update
63
snapshot-test-update:
app-testing/pytest.ini
@@ -1,3 +1,3 @@
[pytest]
junit_family = legacy
-addopts = --junitxml=results/results.xml --log-cli-level info
+addopts = --junitxml=results/results.xml --log-cli-level info -s
0 commit comments