summaryrefslogtreecommitdiff
path: root/docs/narr/myproject/pytest.ini
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2019-12-27 04:01:17 -0800
committerSteve Piercy <web@stevepiercy.com>2020-01-02 23:30:59 -0800
commit1ca5432b80167f2da57c54e5050b977da9e191ed (patch)
treef7c0cd7eb3d9d66c5745063dac86f33aac33e7b0 /docs/narr/myproject/pytest.ini
parentf61a292939d2a41598f45fc8f908343eb8859e23 (diff)
downloadpyramid-1ca5432b80167f2da57c54e5050b977da9e191ed.tar.gz
pyramid-1ca5432b80167f2da57c54e5050b977da9e191ed.tar.bz2
pyramid-1ca5432b80167f2da57c54e5050b977da9e191ed.zip
Update project.rst and its cookiecutter project files
- Update output to reflect current cookiecutter - Fix minor typos - Use new links to PyPA for MANIFEST.in description and usage - Add missing keyword "keywords" to setup.py whirlwind description - Flip order of `install_requires` and `extras_require` to align with order in setup.py - Update line numbers and code references - Add watchman under hupper and rewrite paragraph @mmerickel should review
Diffstat (limited to 'docs/narr/myproject/pytest.ini')
-rw-r--r--docs/narr/myproject/pytest.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/myproject/pytest.ini b/docs/narr/myproject/pytest.ini
index b1b5f4c38..332cf0d04 100644
--- a/docs/narr/myproject/pytest.ini
+++ b/docs/narr/myproject/pytest.ini
@@ -1,3 +1,3 @@
[pytest]
testpaths = myproject
-python_files = *.py
+python_files = test*.py