()
| 25 | return casePath |
| 26 | |
| 27 | def getRootPath(): |
| 28 | currentPath = os.getcwd() |
| 29 | index = currentPath.rfind('fesql-auto-test-python') |
| 30 | prePath = currentPath[0:index] |
| 31 | rootPath = prePath + "fesql-auto-test-python" |
| 32 | return rootPath |
| 33 | |
| 34 | def getAbsolutePath(path:str): |
| 35 | rootPath = getRootPath() |
no outgoing calls
no test coverage detected