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 From 2f3e7cd6365f87659aa3787cbecaee38b5a9b1d7 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Wed, 6 May 2020 22:42:46 -0500 Subject: remove some unnecessary flags --- docs/typographical-conventions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/typographical-conventions.rst b/docs/typographical-conventions.rst index 0a9c194e4..9a83a16f1 100644 --- a/docs/typographical-conventions.rst +++ b/docs/typographical-conventions.rst @@ -102,7 +102,7 @@ ini: python_files = test_*.py testpaths = tests - addopts = -W always --cov + addopts = -W always Interactive Python: -- cgit v1.2.3