(self)
| 43 | super().setUp() |
| 44 | |
| 45 | def testDelete(self): |
| 46 | project = self.g.get_project(4102095) |
| 47 | project.delete() |
| 48 | |
| 49 | def testEditWithoutParameters(self): |
| 50 | project = self.g.get_project(4101939) |
nothing calls this directly
no test coverage detected