We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff5f5c8 commit 57a9ee4Copy full SHA for 57a9ee4
tests/integration/test_model_element_relationships.py
@@ -21,7 +21,7 @@
21
from structurizr.model import Model
22
23
24
-@pytest.mark.skip(reason="To be fixed - issue #31")
+@pytest.mark.xfail(strict=True)
25
def test_adding_relationship_to_element_adds_to_model():
26
"""
27
Make sure that when a relationship is added via Element.add_relationship it also
@@ -39,7 +39,7 @@ def test_adding_relationship_to_element_adds_to_model():
39
assert len(list(sys2.get_relationships())) == 1 # Currently will fail
40
41
42
43
def test_adding_relationship_via_uses_adds_to_elements():
44
45
Make sure that when a relationship is added via StaticStructureElement.uses
0 commit comments