diff options
Diffstat (limited to 'pyramid/scaffolds/starter/pytest.ini_tmpl')
| -rw-r--r-- | pyramid/scaffolds/starter/pytest.ini_tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyramid/scaffolds/starter/pytest.ini_tmpl b/pyramid/scaffolds/starter/pytest.ini_tmpl new file mode 100644 index 000000000..a30c8bcad --- /dev/null +++ b/pyramid/scaffolds/starter/pytest.ini_tmpl @@ -0,0 +1,3 @@ +[pytest] +testpaths = {{package}} +python_files = *.py |
