II.
Library JSON
Structured · livelibrary:freezegun
freezegun json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:freezegun",
"_kind": "Library",
"_file": "domain/libraries/libraries-python-testing.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "freezegun",
"belongsToLanguageId": "language:python",
"category": "testing",
"description": "Library that lets you freeze time in Python tests by mocking datetime\nand time modules, enabling deterministic testing of time-sensitive\ncode with decorator and context manager support.\n"
},
"outgoingEdges": [
{
"from": "library:freezegun",
"to": "language:python",
"kind": "belongs_to_language"
},
{
"from": "library:freezegun",
"to": "skill-area:component-testing",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:freezegun",
"to": "library:time-machine",
"kind": "alternative_to"
}
],
"incomingEdges": []
}