(self)
| 44 | self.repo = self.g.get_repo("ReDASers/Phishing-Detection") |
| 45 | |
| 46 | def test_no_parameters(self): |
| 47 | runs = self.repo.get_workflow_runs() |
| 48 | self.assertEqual(313400760, runs[0].id) |
| 49 | |
| 50 | def test_object_parameters(self): |
| 51 | branch = self.repo.get_branch("adversary") |
nothing calls this directly
no test coverage detected