We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 728266a commit 7f35570Copy full SHA for 7f35570
run_tests.py
@@ -165,6 +165,7 @@ def ensure_zip_testing_was_legit():
165
testing_from_zip = '--from-zip' in argv
166
if testing_from_zip:
167
argv.remove('--from-zip')
168
+ prepare_zip_testing()
169
170
# Adding test packages to arguments to have Nose take tests from them:
171
argv += ['%s/test_%s' % (package_name, package_name) for
0 commit comments