This repository has been archived by the owner on May 11, 2021. It is now read-only.
forked from disqus/gargoyle
-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move Pytest config from setup.cfg to pytest.ini (#228)
As per pytest-dev/pytest#3375 , mentioned in changelog for 4.1.1
- Loading branch information
1 parent
2ecbf80
commit e8c295f
Showing
2 changed files
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[pytest] | ||
addopts = -p no:doctest | ||
--cov=gargoyle | ||
--cov-report term-missing | ||
--cov-fail-under 80 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters