diff options
| author | Tres Seaver <tseaver@palladion.com> | 2024-02-07 11:06:48 -0500 |
|---|---|---|
| committer | Tres Seaver <tseaver@palladion.com> | 2024-02-07 11:08:35 -0500 |
| commit | 948577c10e7fe0f645d9699d1cd0bbca351cc9bd (patch) | |
| tree | 581b257169afdd44aed754cd6945afdd4e8659dc /docs/tutorials/wiki/src/tests/pytest.ini | |
| parent | 5229e501acd802e90220c754e4c09de582967bbd (diff) | |
| download | pyramid-948577c10e7fe0f645d9699d1cd0bbca351cc9bd.tar.gz pyramid-948577c10e7fe0f645d9699d1cd0bbca351cc9bd.tar.bz2 pyramid-948577c10e7fe0f645d9699d1cd0bbca351cc9bd.zip | |
chore: sync with cookiecutter:
- Use 'pyproject.toml' rather than 'setup.py', 'pytest.ini', '.coveragerg'.
- Drop 'CHANGES.txt': implementing that in 'pyproject.toml' is a
distraction.
- Convert README to Markdown.
Diffstat (limited to 'docs/tutorials/wiki/src/tests/pytest.ini')
| -rw-r--r-- | docs/tutorials/wiki/src/tests/pytest.ini | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/tutorials/wiki/src/tests/pytest.ini b/docs/tutorials/wiki/src/tests/pytest.ini deleted file mode 100644 index 3df78fe9d..000000000 --- a/docs/tutorials/wiki/src/tests/pytest.ini +++ /dev/null @@ -1,6 +0,0 @@ -[pytest] -addopts = --strict-markers - -testpaths = - tutorial - tests |
