Browse Source

Fix non-working setup.cfg in tutorial docs with working copy from sample code

pull/2187/head
Mitch Jackson 8 years ago
parent
commit
8b086ef2d7
  1. 2
      docs/tutorial/testing.rst

2
docs/tutorial/testing.rst

@ -77,7 +77,7 @@ update the :file:`setup.py` file to contain::
Now create :file:`setup.cfg` in the project root (alongside
:file:`setup.py`)::
[aliases]
[tool:pytest]
test=pytest
Now you can run::

Loading…
Cancel
Save