summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2020-05-06 22:40:38 -0500
committerGitHub <noreply@github.com>2020-05-06 22:40:38 -0500
commit33eefaeb4542546fe5febd6e22a35418f59fbdde (patch)
treed6ff27fe811bf7f3d63822f1cba2601ef36c8d20 /setup.cfg
parentf43f5f61c2113f0ed0e7d104d823d6b3ac174a51 (diff)
parent57687face8ec3a912d6d886b8b2bcf27a97c82d0 (diff)
downloadpyramid-33eefaeb4542546fe5febd6e22a35418f59fbdde.tar.gz
pyramid-33eefaeb4542546fe5febd6e22a35418f59fbdde.tar.bz2
pyramid-33eefaeb4542546fe5febd6e22a35418f59fbdde.zip
Merge pull request #3578 from Pylons/switch-to-pytest
Switch to pytest
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg10
1 files changed, 6 insertions, 4 deletions
diff --git a/setup.cfg b/setup.cfg
index 756233bd0..83f985f93 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,10 +1,6 @@
[easy_install]
zip_ok = false
-[nosetests]
-match = ^test
-nocapture = 1
-
[aliases]
dev = develop easy_install pyramid[testing]
docs = develop easy_install pyramid[docs]
@@ -21,3 +17,9 @@ ignore =
ignore-default-rules = true
ignore-bad-ideas =
tests/pkgs/localeapp/**/*.mo
+
+[tool:pytest]
+python_files = test_*.py
+testpaths =
+ tests
+addopts = -W always