There was an error while loading. Please reload this page.
1 parent 1c997e7 commit bb47a8eCopy full SHA for bb47a8e
1 file changed
itest/run_all_tests.py
@@ -71,7 +71,7 @@ def no_mem_test(test_class):
71
action='store_true',
72
help='include documentation testing')
73
parser.add_argument(
74
- '--doc-modules',
+ '--modules-test',
75
76
help='include modules testing')
77
args = parser.parse_args()
@@ -94,7 +94,7 @@ def no_mem_test(test_class):
94
run_test(TestImport(), hide_version=hide_version())
95
run_test(TestIndexSlice(), hide_version=hide_version())
96
run_test(TestMath(), hide_version=hide_version())
97
- if args.doc_modules is True:
+ if args.modules_test is True:
98
no_mem_test(TestModules) # libcurl leaks mem
99
run_test(TestMultiNode(), hide_version=hide_version())
100
run_test(TestNested(), hide_version=hide_version())
0 commit comments