Skip to content

Commit

Permalink
test: Remove SVG rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
ewuerger committed May 15, 2024
1 parent 5eaa808 commit a1e3ff2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/test_context_diagrams.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,15 +140,7 @@ def test_parent_relation_in_context_diagram(

diag = obj.context_diagram
hide_relation = diag.render(None, display_parent_relation=False)
diag.render(
"svgdiagram",
display_parent_relation=False,
).save(pretty=True)
display_relation = diag.render(None, display_parent_relation=True)
diag.render(
"svgdiagram",
display_parent_relation=True,
).save(pretty=True)

for uuid in TEST_HIERARCHY_PARENTS_UUIDS:
assert display_relation[uuid]
Expand Down

0 comments on commit a1e3ff2

Please sign in to comment.