diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-11-25 23:54:08 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-11-25 23:54:08 -0800 |
| commit | b2c7fc1bcf8bd12c24314f4fb09d194a28489a7d (patch) | |
| tree | a339bb5ba6f9139ef7b5d2be2543ce0f8be84054 /docs/tutorials/wiki/src/tests/pytest.ini | |
| parent | c2092ff372f49efb73a923d97d641b0561594b3f (diff) | |
| download | pyramid-b2c7fc1bcf8bd12c24314f4fb09d194a28489a7d.tar.gz pyramid-b2c7fc1bcf8bd12c24314f4fb09d194a28489a7d.tar.bz2 pyramid-b2c7fc1bcf8bd12c24314f4fb09d194a28489a7d.zip | |
Synch src files between auth and tests
Diffstat (limited to 'docs/tutorials/wiki/src/tests/pytest.ini')
| -rw-r--r-- | docs/tutorials/wiki/src/tests/pytest.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki/src/tests/pytest.ini b/docs/tutorials/wiki/src/tests/pytest.ini index 8b76bc410..a3489cdf8 100644 --- a/docs/tutorials/wiki/src/tests/pytest.ini +++ b/docs/tutorials/wiki/src/tests/pytest.ini @@ -1,3 +1,3 @@ [pytest] testpaths = tutorial -python_files = *.py +python_files = test*.py |
