Skip to content

Commit 4717f60

Browse files
niccokunzmanntobixen
authored andcommitted
Document how to use tox for testing
1 parent a1ff864 commit 4717f60

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/source/index.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,11 @@ To start the tests code, install everything from the setup.tests_requires list a
395395
396396
$ python setup.py test
397397
398-
(tox should also work, but it may be needed to look more into it)
398+
tox should also work:
399+
400+
.. code-block:: bash
401+
402+
$ tox -e py
399403
400404
It will run some unit tests and some functional tests. You may want to add your own
401405
private servers into tests/conf_private.py, see tests/conf_private.py.EXAMPLE

0 commit comments

Comments
 (0)