devkit_ui.test_topo_renderer

Functions

row_labels(svg)

Classes

TestTopoRendererRowLabels([methodName])

class devkit_ui.test_topo_renderer.TestTopoRendererRowLabels(methodName='runTest')[source]

Bases: TestCase

test_known_row_roles_use_distinct_glyphs() → None[source]
test_row_label_escapes_non_numeric_identifier() → None[source]
test_unknown_and_missing_roles_have_safe_fallback_glyphs() → None[source]
devkit_ui.test_topo_renderer.row_labels(svg: str) → list[str][source]