# serializer version: 1 # name: test_entry_diagnostics dict({ 'rate_limit': dict({ 'resources': dict({ 'core': dict({ 'limit': 100, 'remaining': 100, }), }), }), 'repositories': dict({ 'octocat/Hello-World': dict({ 'default_branch_ref': dict({ 'commit': dict({ 'message': 'Fix all the bugs', 'sha': '6dcb09b5b57875f334f61aebed695e2e4193db5e', 'url': 'https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e', }), }), 'discussion': dict({ 'discussions': list([ dict({ 'number': 1347, 'title': 'First discussion', 'url': 'https://github.com/octocat/Hello-World/discussions/1347', }), ]), 'total': 1, }), 'forks_count': 9, 'full_name': 'octocat/Hello-World', 'id': 1296269, 'issue': dict({ 'issues': list([ dict({ 'number': 1347, 'title': 'Found a bug', 'url': 'https://github.com/octocat/Hello-World/issues/1347', }), ]), 'total': 1, }), 'merged_pull_request': dict({ 'total': 42, }), 'pull_request': dict({ 'pull_requests': list([ dict({ 'number': 1347, 'title': 'Amazing new feature', 'url': 'https://github.com/octocat/Hello-World/pull/1347', }), ]), 'total': 1, }), 'refs': dict({ 'tags': list([ dict({ 'name': 'v1.0.0', 'target': dict({ 'url': 'https://github.com/octocat/Hello-World/commit/6dcb09b5b57875f334f61aebed695e2e4193db5e', }), }), ]), }), 'release': dict({ 'name': 'v1.0.0', 'tag': 'v1.0.0', 'url': 'https://github.com/octocat/Hello-World/releases/v1.0.0', }), 'stargazers_count': 9, 'watchers': dict({ 'total': 9, }), }), }), }) # ---