Skip to content

Commit

Permalink
Remove xfail from passing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielNoord committed Oct 2, 2022
1 parent 3bd6d7c commit 3096c80
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/pyreverse/test_diadefs.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ class TestDefaultDiadefGenerator:
("specialization", "Specialization", "Ancestor"),
]

@pytest.mark.xfail
def test_extract_relations(self, HANDLER: DiadefsHandler, PROJECT: Project) -> None:
"""Test extract_relations between classes."""
with pytest.warns(DeprecationWarning):
Expand All @@ -115,7 +114,6 @@ def test_extract_relations(self, HANDLER: DiadefsHandler, PROJECT: Project) -> N
relations = _process_relations(cd.relationships)
assert relations == self._should_rels

@pytest.mark.xfail
def test_functional_relation_extraction(
self, default_config: PyreverseConfig, get_project: GetProjectCallable
) -> None:
Expand Down

0 comments on commit 3096c80

Please sign in to comment.