(self)
| 88 | self.assertRaises(github.UnknownObjectException, lambda: self.migration.get_archive_url()) |
| 89 | |
| 90 | def testGetStatus(self): |
| 91 | self.assertEqual(self.migration.get_status(), "exported") |
| 92 | |
| 93 | def testGetArchiveUrlWhenExported(self): |
| 94 | self.assertEqual( |
nothing calls this directly
no test coverage detected