summaryrefslogtreecommitdiff
path: root/docs/news.txt
diff options
context:
space:
mode:
authorDaniel Hahler <github@thequod.de>2018-10-30 13:40:53 +0100
committerChris Dent <chris.dent@gmail.com>2018-10-30 12:40:53 +0000
commit455203d2b3b0c898df6d3661cb1de577dfeda483 (patch)
treec86f8fd4df56ac146bcfdc87552dc645516c9d80 /docs/news.txt
parent495ff974d1a972f3751bd6d142813f326bc3f1c1 (diff)
downloadpaste-git-455203d2b3b0c898df6d3661cb1de577dfeda483.tar.gz
Pytest fixes (#9)
* pytest: fix collection warnings via __test__=False Fixes > "cannot collect test class %r because it has a __init__ constructor Ref: https://github.com/pytest-dev/pytest/issues/2007 * pytest: configure testpaths This is faster with test collection. * pytest: fix warning with doctests Fixes > /usr/lib/python3.7/site-packages/_pytest/python.py:764: > RemovedInPytest4Warning: usage of Generator.Function is deprecated, > please use pytest.Function instead * Minor fixes around s/py.test/pytest/
Diffstat (limited to 'docs/news.txt')
-rw-r--r--docs/news.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/news.txt b/docs/news.txt
index 653c864..999d520 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -978,7 +978,7 @@ In paste.httpserver
``wdg_validate`` and ``doctest_webapp``
- a ``testserver`` module suitable to test HTTP socket
- connections via ``py.test``
+ connections via ``pytest``
* Re-factored `paste.wsgilib <module-paste.wsgilib.html>`_ into
several other modules: