MCPcopy Create free account
hub / github.com/apache/cloudstack / wantFile

Method wantFile

tools/marvin/marvin/marvinPlugin.py:157–161  ·  view source on GitHub ↗

@Desc : Only python files will be used as test modules

(self, filename)

Source from the content-addressed store, hash-verified

155 return False
156
157 def wantFile(self, filename):
158 '''
159 @Desc : Only python files will be used as test modules
160 '''
161 return self.__checkImport(filename)
162
163 def loadTestsFromTestCase(self, cls):
164 if cls.__name__ != 'cloudstackTestCase':

Callers

nothing calls this directly

Calls 1

__checkImportMethod · 0.95

Tested by

no test coverage detected