From 1a96cd5a3de5e4009b104acf65e9d2be691f7d52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gra=C3=B1a?= Date: Thu, 31 Jul 2014 12:28:00 -0300 Subject: [PATCH] update tox usage on contributing.rst --- docs/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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