From 5c7a331dcde8660171b91069c804eeb069326be1 Mon Sep 17 00:00:00 2001 From: Yen Chi Hsuan Date: Sat, 24 Oct 2015 18:19:20 +0800 Subject: [PATCH] [test_download] Add comments for nose parameters --- test/test_download.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test_download.py b/test/test_download.py index 6876d050e..b32016b2d 100644 --- a/test/test_download.py +++ b/test/test_download.py @@ -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