diff options
| author | Steve Piercy <web@stevepiercy.com> | 2021-01-09 04:56:15 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2021-01-09 04:56:15 -0800 |
| commit | 0235bd17c7a02cbdb833f57f1af7a0deeec9b8b4 (patch) | |
| tree | 59c32a6c3cbb9e3c92e629a39f06f7abc3e3648e /docs/tutorials/wiki/src/views/pytest.ini | |
| parent | 16d66c801d20010036d2d89e2f20e4156e19aa3e (diff) | |
| download | pyramid-0235bd17c7a02cbdb833f57f1af7a0deeec9b8b4.tar.gz pyramid-0235bd17c7a02cbdb833f57f1af7a0deeec9b8b4.tar.bz2 pyramid-0235bd17c7a02cbdb833f57f1af7a0deeec9b8b4.zip | |
Update conftest.py, pytest.ini, and README.txt for all steps where needed
Diffstat (limited to 'docs/tutorials/wiki/src/views/pytest.ini')
| -rw-r--r-- | docs/tutorials/wiki/src/views/pytest.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki/src/views/pytest.ini b/docs/tutorials/wiki/src/views/pytest.ini index 42c3259f9..3df78fe9d 100644 --- a/docs/tutorials/wiki/src/views/pytest.ini +++ b/docs/tutorials/wiki/src/views/pytest.ini @@ -1,5 +1,5 @@ [pytest] -addopts = --strict +addopts = --strict-markers testpaths = tutorial |
