1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-21 07:12:41 +00:00

update tox usage on contributing.rst

This commit is contained in:
Daniel Graña 2014-07-31 12:28:00 -03:00
parent d63d55d96f
commit 1a96cd5a3d

View File

@ -147,7 +147,7 @@ To run all tests go to the root directory of Scrapy source code and run:
To run a specific test (say ``tests/test_contrib_loader.py``) use:
``tox tests/test_contrib_loader.py``
``tox -- tests/test_contrib_loader.py``
Writing tests