Skip to content

Commit

Permalink
Move Pytest config from setup.cfg to pytest.ini (#43)
Browse files Browse the repository at this point in the history
As per pytest-dev/pytest#3375 , mentioned in changelog for 4.1.1
  • Loading branch information
adamchainz authored Jan 25, 2019
1 parent ad964ef commit b234764
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 4 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[pytest]
addopts = --cov=apig_wsgi
--cov-report term-missing
--cov-fail-under 100
5 changes: 0 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,3 @@ license_file = LICENSE
[tool:multilint]
paths = apig_wsgi.py
test_apig_wsgi.py

[tool:pytest]
addopts = --cov=apig_wsgi
--cov-report term-missing
--cov-fail-under 100

0 comments on commit b234764

Please sign in to comment.