(self, base_url: str = "https://github.com")
| 42 | super().setUp() |
| 43 | |
| 44 | def expected(self, base_url: str = "https://github.com") -> dict[Any, Any]: |
| 45 | return { |
| 46 | "actor": { |
| 47 | "avatarUrl": "https://avatars.githubusercontent.com/u/14806300?u=786f9f8ef8782d45381b01580f7f7783cf9c7e37&v=4", |
| 48 | "login": "heitorpolidoro", |
| 49 | "resourcePath": "/heitorpolidoro", |
| 50 | "url": f"{base_url}/heitorpolidoro", |
| 51 | }, |
| 52 | "clientMutationId": None, |
| 53 | } |
| 54 | |
| 55 | def testRequesterGraphQlPrefix(self): |
| 56 | get_graphql_prefix = github.Requester.Requester.get_graphql_prefix |
no outgoing calls
no test coverage detected