(self,name,fileName)
| 70 | else: |
| 71 | return ele[0] |
| 72 | def loadModule(self,name,fileName): |
| 73 | return SourceFileLoader(name, fileName).load_module() |
| 74 | def test(self): |
| 75 | print('please override the test function') |
nothing calls this directly
no outgoing calls
no test coverage detected