mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-11 05:42:59 +08:00
[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):
|
||||
# Parallel testing in nosetests. See
|
||||
# http://nose.readthedocs.org/en/latest/doc_tests/test_multiprocess/multiprocess.html
|
||||
_multiprocess_shared_ = True
|
||||
|
||||
maxDiff = None
|
||||
|
Loading…
Reference in New Issue
Block a user