II.
Library JSON
Structured · livelibrary:parameterized
parameterized json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:parameterized",
"_kind": "Library",
"_file": "domain/libraries/libraries-python-testing.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "parameterized",
"belongsToLanguageId": "language:python",
"category": "testing",
"description": "Library that adds parameterized testing to Python's unittest, pytest,\nand nose, allowing test functions to be called with multiple argument\nsets using a simple decorator.\n"
},
"outgoingEdges": [
{
"from": "library:parameterized",
"to": "language:python",
"kind": "belongs_to_language"
},
{
"from": "library:parameterized",
"to": "skill-area:component-testing",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:parameterized",
"to": "library:pytest",
"kind": "alternative_to"
}
],
"incomingEdges": []
}