X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=functest%2Fci%2Frun_tests.py;h=f920e70d8514dcc46de0f40c1bb0d9962c672b0f;hb=b8935ad451dd2650b42c7976af2722da7ca720af;hp=93518de0b7c481b6b71d3c48f1ee417515828877;hpb=145b5f3f9e1cf70c0825459ff641e05ea851fcfe;p=functest.git diff --git a/functest/ci/run_tests.py b/functest/ci/run_tests.py index 93518de0b..f920e70d8 100755 --- a/functest/ci/run_tests.py +++ b/functest/ci/run_tests.py @@ -48,7 +48,7 @@ class BlockingTestFailed(Exception): pass -class RunTestsParser(): +class RunTestsParser(object): def __init__(self): self.parser = argparse.ArgumentParser()