We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 240105c commit b8a263eCopy full SHA for b8a263e
test/run_unit_tests.py
@@ -5,7 +5,7 @@
5
6
def run_unit_tests(modules_to_run=[]):
7
(test_module_names, test_modules) = utils.import_modules_under(
8
- env.UNIT_TEST_DIR, include_root_package_name = False, pattern="test*.py")
+ env.UNIT_TEST_DIR, include_root_package_name = True, pattern="test*.py")
9
10
bad_modules_to_run = [module_to_run for module_to_run in modules_to_run
11
if module_to_run not in test_module_names]
0 commit comments