@Name : getLogFolderPath @Desc : Returns the final log directory path for marvin run
(self)
| 119 | return self.__logger |
| 120 | |
| 121 | def getLogFolderPath(self): |
| 122 | ''' |
| 123 | @Name : getLogFolderPath |
| 124 | @Desc : Returns the final log directory path for marvin run |
| 125 | ''' |
| 126 | return self.__logFolderDir |
| 127 | |
| 128 | def createLogs(self, |
| 129 | test_module_name=None, |
no outgoing calls
no test coverage detected