Skip to content

Commit

Permalink
Tests - add coverage
Browse files Browse the repository at this point in the history
Fixes disqus#63.
  • Loading branch information
adamchainz committed Apr 11, 2016
1 parent c84c00e commit 53677b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ known_first_party = gargoyle,testapp

[pytest]
addopts = -p no:doctest

--cov=gargoyle
--cov-report term-missing
--cov-fail-under 80
[wheel]
universal = 1
2 changes: 2 additions & 0 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
docutils==0.12
coverage==4.0.3
flake8==2.5.4
isort==4.2.5
mccabe==0.4.0
pep8==1.7.0
py==1.4.31
pyflakes==1.1.0
Pygments==2.1.3
pytest-cov==2.2.1
pytest-django==2.9.1
pytest==2.9.1
sqlparse==0.1.19
Expand Down

0 comments on commit 53677b2

Please sign in to comment.