1
0
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:
Yen Chi Hsuan 2015-10-24 18:19:20 +08:00
parent 841fff0a9d
commit 5c7a331dcd

View File

@ -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