From b6df90d05262dc24a91f7edd1e477cf7e8a9fff6 Mon Sep 17 00:00:00 2001 From: Bert JW Regeer Date: Mon, 4 May 2020 01:03:03 -0700 Subject: Cleanup nosetest mentions in docs Co-authored-by: Steve Piercy --- docs/typographical-conventions.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/typographical-conventions.rst b/docs/typographical-conventions.rst index 7f052cbc8..0a9c194e4 100644 --- a/docs/typographical-conventions.rst +++ b/docs/typographical-conventions.rst @@ -98,10 +98,11 @@ ini: .. code-block:: ini - [nosetests] - match=^test - where=pyramid - nocapture=1 + [tool:pytest] + python_files = test_*.py + testpaths = + tests + addopts = -W always --cov Interactive Python: -- cgit v1.2.3