(self)
| 768 | self.tempfile = '' |
| 769 | |
| 770 | def tearDown(self): |
| 771 | if os.path.isfile(self.tempfile): |
| 772 | os.remove(self.tempfile) |
| 773 | |
| 774 | def testNoOptions(self): |
| 775 | options, logging_level = parse_options([]) |
nothing calls this directly
no outgoing calls
no test coverage detected