(self)
| 44 | os.chdir(self.BASETESTDIR) |
| 45 | |
| 46 | def tearDown(self): |
| 47 | os.chdir(self.oldpath) |
| 48 | shutil.rmtree(self.BASETESTDIR) |
| 49 | |
| 50 | def test_1(self): |
| 51 | """Test magic_run_completer, should match two alternatives |
nothing calls this directly
no outgoing calls
no test coverage detected