diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-12-23 18:19:30 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-12-23 18:19:30 -0800 |
| commit | f4bfa2df091b09ff73d5f97a8f0a13a6b0ef17e0 (patch) | |
| tree | 2e69f512fe7fb58c58b3190cfc8c39b801f796f0 /docs/tutorials/wiki2/src/tests/pytest.ini | |
| parent | 7293d371a8bf257ad98a781f199a4cee34a94cab (diff) | |
| download | pyramid-f4bfa2df091b09ff73d5f97a8f0a13a6b0ef17e0.tar.gz pyramid-f4bfa2df091b09ff73d5f97a8f0a13a6b0ef17e0.tar.bz2 pyramid-f4bfa2df091b09ff73d5f97a8f0a13a6b0ef17e0.zip | |
wiki2/src/tests update files
Diffstat (limited to 'docs/tutorials/wiki2/src/tests/pytest.ini')
| -rw-r--r-- | docs/tutorials/wiki2/src/tests/pytest.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/tutorials/wiki2/src/tests/pytest.ini b/docs/tutorials/wiki2/src/tests/pytest.ini new file mode 100644 index 000000000..8b76bc410 --- /dev/null +++ b/docs/tutorials/wiki2/src/tests/pytest.ini @@ -0,0 +1,3 @@ +[pytest] +testpaths = tutorial +python_files = *.py |
