Add better tests for web.py; fix some bugs found with spidering.
- _spider in web.py was actually failing to spider deeper than a certain point. - Fixed multiprocessing pools to not use daemons and to allow recursive spawning. - Added detailed tests for spidering and for finding archive versions. - left some xfail URL finding exercises for the reader. - Fix noqa annotations for some @when decorators
This commit is contained in:
@@ -31,8 +31,6 @@ class PyNose(PythonPackage):
|
||||
|
||||
homepage = "https://pypi.python.org/pypi/nose"
|
||||
url = "https://pypi.io/packages/source/n/nose/nose-1.3.4.tar.gz"
|
||||
list_url = "https://pypi.python.org/pypi/nose/"
|
||||
list_depth = 2
|
||||
|
||||
import_modules = [
|
||||
'nose', 'nose.ext', 'nose.plugins', 'nose.sphinx', 'nose.tools'
|
||||
|
Reference in New Issue
Block a user