II.
Library JSON
Structured · livelibrary:pytest
pytest json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:pytest",
"_kind": "Library",
"_file": "domain/libraries/libraries-python.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "pytest",
"belongsToLanguageId": "language:python",
"description": "Mature Python testing framework with fixtures, parametrization,\nand a rich plugin ecosystem (pytest-asyncio, pytest-cov, etc.).\n"
},
"outgoingEdges": [
{
"from": "library:pytest",
"to": "language:python",
"kind": "belongs_to_language"
},
{
"from": "library:pytest",
"to": "skill-area:component-testing",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:pytest",
"to": "library:hypothesis",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "library:coverage-py",
"to": "library:pytest",
"kind": "alternative_to"
},
{
"from": "library:parameterized",
"to": "library:pytest",
"kind": "alternative_to"
},
{
"from": "specialization:qa-testing-automation",
"to": "library:pytest",
"kind": "uses_library"
},
{
"from": "specialization:backend-python-django",
"to": "library:pytest",
"kind": "uses_library"
},
{
"from": "stack-profile:ai-code-review-pipeline",
"to": "library:pytest",
"kind": "composed_of"
},
{
"from": "stack-profile:data-quality-governance",
"to": "library:pytest",
"kind": "composed_of"
},
{
"from": "stack-profile:embedded-linux",
"to": "library:pytest",
"kind": "composed_of"
},
{
"from": "stack-profile:fpga-development",
"to": "library:pytest",
"kind": "composed_of"
}
]
}