Continue working on all tests working

This commit is contained in:
Joshua Harlow
2012-08-23 18:00:27 -07:00
parent 1630b0976d
commit 85fca5df81
5 changed files with 66 additions and 22 deletions

View File

@@ -37,3 +37,8 @@ class OpenStackClientInstaller(comp.PythonInstallComponent):
class OpenStackClientRuntime(comp.EmptyRuntime):
pass
class OpenStackClientTester(comp.PythonTestingComponent):
def _use_run_tests(self):
return False