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 82476a6 commit ce9966eCopy full SHA for ce9966e
python/run-tests.py
@@ -41,6 +41,7 @@
41
from sparktestsupport.shellutils import which, subprocess_check_output # noqa
42
from sparktestsupport.modules import all_modules # noqa
43
44
+
45
python_modules = dict((m.name, m) for m in all_modules if m.python_test_goals if m.name != 'root')
46
47
0 commit comments