From f179c23c705afc20026c26bd02d6ae64b8295935 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Fri, 27 Dec 2019 14:39:58 -0800 Subject: Update quick_tutorial/cookiecutters.rst and related files --- docs/quick_tutorial/cookiecutters/pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/quick_tutorial/cookiecutters/pytest.ini') diff --git a/docs/quick_tutorial/cookiecutters/pytest.ini b/docs/quick_tutorial/cookiecutters/pytest.ini index a7bd797f0..326c14fbc 100644 --- a/docs/quick_tutorial/cookiecutters/pytest.ini +++ b/docs/quick_tutorial/cookiecutters/pytest.ini @@ -1,3 +1,3 @@ [pytest] testpaths = cc_starter -python_files = *.py +python_files = test*.py -- cgit v1.2.3 From f2320a274a7168916aeb40cdbc094c4911e5e747 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Wed, 1 Jan 2020 19:21:59 -0800 Subject: Resync quick_tutorial/cookiecutters.rst and related files after moving tests directory --- docs/quick_tutorial/cookiecutters/pytest.ini | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'docs/quick_tutorial/cookiecutters/pytest.ini') diff --git a/docs/quick_tutorial/cookiecutters/pytest.ini b/docs/quick_tutorial/cookiecutters/pytest.ini index 326c14fbc..515cc3cf0 100644 --- a/docs/quick_tutorial/cookiecutters/pytest.ini +++ b/docs/quick_tutorial/cookiecutters/pytest.ini @@ -1,3 +1,6 @@ [pytest] -testpaths = cc_starter -python_files = test*.py +addopts = --strict + +testpaths = + cc_starter + tests -- cgit v1.2.3