(self)
| 50 | |
| 51 | class Workflow(Framework.TestCase): |
| 52 | def setUp(self): |
| 53 | super().setUp() |
| 54 | self.workflow = self.g.get_repo("PyGithub/PyGithub").get_workflow("check.yml") |
| 55 | |
| 56 | def testAttributes(self): |
| 57 | self.assertEqual( |
nothing calls this directly
no test coverage detected