diff options
| author | Steve Piercy <web@stevepiercy.com> | 2019-12-27 04:01:17 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2020-01-02 23:30:59 -0800 |
| commit | 1ca5432b80167f2da57c54e5050b977da9e191ed (patch) | |
| tree | f7c0cd7eb3d9d66c5745063dac86f33aac33e7b0 /docs/narr/myproject/pytest.ini | |
| parent | f61a292939d2a41598f45fc8f908343eb8859e23 (diff) | |
| download | pyramid-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.ini | 2 |
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 |
