mirror of
https://github.com/home-assistant/core.git
synced 2026-05-16 21:41:44 +01:00
cf0b5c6e51
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Josef Zweck <josef@zweck.dev>
80 lines
2.2 KiB
Plaintext
80 lines
2.2 KiB
Plaintext
# 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,
|
|
}),
|
|
}),
|
|
}),
|
|
})
|
|
# ---
|