(self, fileName)
| 653 | return newFilePath |
| 654 | |
| 655 | def registerFileForCleanUp(self, fileName): |
| 656 | self.tempFiles.append(fileName) |
| 657 | |
| 658 | def test_basic(self): |
| 659 | # Make sure that a local file just gets its own location returned and |
no test coverage detected