diff options
| author | Steve Piercy <web@stevepiercy.com> | 2021-01-08 04:11:05 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2021-01-08 04:11:05 -0800 |
| commit | f5d9f402f04d535ae2e3445860af3e57f598cbd2 (patch) | |
| tree | 0abb3269aaedff854b2888909abfbcde897e041a /docs/tutorials/wiki2/src/tests/pytest.ini | |
| parent | 6645c479b8a880bc895720097035f21b2e791f30 (diff) | |
| download | pyramid-f5d9f402f04d535ae2e3445860af3e57f598cbd2.tar.gz pyramid-f5d9f402f04d535ae2e3445860af3e57f598cbd2.tar.bz2 pyramid-f5d9f402f04d535ae2e3445860af3e57f598cbd2.zip | |
Update all steps pytest.ini, .gitignore, and README.txt
Diffstat (limited to 'docs/tutorials/wiki2/src/tests/pytest.ini')
| -rw-r--r-- | docs/tutorials/wiki2/src/tests/pytest.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki2/src/tests/pytest.ini b/docs/tutorials/wiki2/src/tests/pytest.ini index 42c3259f9..3df78fe9d 100644 --- a/docs/tutorials/wiki2/src/tests/pytest.ini +++ b/docs/tutorials/wiki2/src/tests/pytest.ini @@ -1,5 +1,5 @@ [pytest] -addopts = --strict +addopts = --strict-markers testpaths = tutorial |
