Commit 9f4f994f authored by Denis Bilenko's avatar Denis Bilenko

test___monkey_patching.py: fix standalone run

parent 79310359
......@@ -35,7 +35,7 @@ def TESTRUNNER(tests=None):
def main():
import testrunner
return testrunner.run_many(TESTRUNNER(sys.argv[1:]))
return testrunner.run_many(list(TESTRUNNER(sys.argv[1:])))
if __name__ == '__main__':
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment