Skip to content

Commit 9a91366

Browse files
committed
fix(app-testing): settings
1 parent 77eab3a commit 9a91366

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/analyses-snapshot-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Automated Testing Workflow
1+
name: Analyses Snapshot Test
22

33
on:
44
push:

app-testing/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ install-pipenv:
5757

5858
.PHONY: snapshot-test
5959
snapshot-test:
60-
python -m pipenv run pytest -k analyses_snapshot_test
60+
python -m pipenv run pytest -k analyses_snapshot_test -vv
6161

6262
.PHONY: snapshot-test-update
6363
snapshot-test-update:

app-testing/pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[pytest]
22
junit_family = legacy
3-
addopts = --junitxml=results/results.xml --log-cli-level info
3+
addopts = --junitxml=results/results.xml --log-cli-level info -s

0 commit comments

Comments
 (0)