diff --git a/run_test.py b/run_test.py index 0edc7d2..17e23d6 100644 --- a/run_test.py +++ b/run_test.py @@ -10,9 +10,9 @@ waf_addr = "127.0.0.1:50001" setting = "oj.settings" for opt, arg in opts: - if opt in ['-c', '--coverage']: + if opt in ["-c", "--coverage"]: is_coverage = True - if opt in ['-m', '--module']: + if opt in ["-m", "--module"]: test_module = arg print("Coverage: {cov}".format(cov=is_coverage))