Skip to content

Commit 00331b0

Browse files
committed
show local variables on test fail
1 parent 6d3ca80 commit 00331b0

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)