[test_download] Add comments for nose parameters
This commit is contained in:
parent
841fff0a9d
commit
5c7a331dcd
@ -65,6 +65,8 @@ defs = gettestcases()
|
|||||||
|
|
||||||
|
|
||||||
class TestDownload(unittest.TestCase):
|
class TestDownload(unittest.TestCase):
|
||||||
|
# Parallel testing in nosetests. See
|
||||||
|
# http://nose.readthedocs.org/en/latest/doc_tests/test_multiprocess/multiprocess.html
|
||||||
_multiprocess_shared_ = True
|
_multiprocess_shared_ = True
|
||||||
|
|
||||||
maxDiff = None
|
maxDiff = None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user