diff --git a/docs/contributing.rst b/docs/contributing.rst index dd4bb17c7..d7a47a746 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -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