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