Skip to content

Commit

Permalink
Show local variables when test fails.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kentzo committed Nov 4, 2019
1 parent 53042d3 commit f6e3cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ zip_safe = 1
python_requires = >=2.6,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,

[tool:pytest]
addopts= --cov=git_archive_all --cov-report=term --cov-report=html --cov-branch
addopts= --cov=git_archive_all --cov-report=term --cov-report=html --cov-branch --showlocals -vv

0 comments on commit f6e3cf9

Please sign in to comment.