diff options
Diffstat (limited to 'docs/typographical-conventions.rst')
| -rw-r--r-- | docs/typographical-conventions.rst | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/typographical-conventions.rst b/docs/typographical-conventions.rst index 7f052cbc8..9a83a16f1 100644 --- a/docs/typographical-conventions.rst +++ b/docs/typographical-conventions.rst @@ -98,10 +98,11 @@ ini: .. code-block:: ini - [nosetests] - match=^test - where=pyramid - nocapture=1 + [tool:pytest] + python_files = test_*.py + testpaths = + tests + addopts = -W always Interactive Python: |
