We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d89fc50 commit 7cd271eCopy full SHA for 7cd271e
tests/__init__.py
@@ -1,11 +1,7 @@
1
"""
2
tests: this package contains all Scrapy unittests
3
4
-To run all Scrapy unittests go to Scrapy main dir and type:
5
-
6
- bin/runtests.sh
7
8
-If you're in windows use runtests.bat instead.
+see http://doc.scrapy.org/en/latest/contributing.html#running-tests
9
10
11
import os
tox.ini
@@ -60,11 +60,6 @@ deps = {[testenv:py33]deps}
60
commands =
61
py.test {posargs:tests}
62
63
-[testenv:windows]
64
-commands =
65
- bin/runtests.bat []
66
-sitepackages = False
67
68
[testenv:docs]
69
changedir = docs
70
deps =
0 commit comments