Skip to content

Commit 81e5588

Browse files
authored
Merge pull request #37 from kmaehashi/show-locals-on-test-fail
Show local variables on test fail
2 parents 6d3ca80 + 00331b0 commit 81e5588

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Run tests
3737
run: |
3838
pip install pytest pytest-cov
39-
python -m pytest --cov --cov-branch atwiki
39+
python -m pytest -rfEX --showlocals --cov --cov-branch atwiki
4040
atwiki-dump --help
4141
4242
- name: Upload Coverage

0 commit comments

Comments
 (0)