Skip to content

Commit

Permalink
tests: remove unneeded test
Browse files Browse the repository at this point in the history
  • Loading branch information
rien333 committed Dec 16, 2024
1 parent b5d9578 commit c25ca3f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/test_custom_validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,3 @@ def test_validate_url(shared_informatieobject):
match=r"\w+(\.\w+)+:\s+url .* is malformed",
):
shared_informatieobject.validate()


# def test_validate_nonrepeatable_fields(shared_informatieobject):
# """Test cardinality check during validation"""
# shared_informatieobject.raadpleeglocatie = RaadpleeglocatieGegevens(
# VerwijzingGegevens(["Regionaal Archief Rivierenland", "RAR"])
# )

# with pytest.raises(ValidationError, match=r".+but field does not accept sequences"):
# shared_informatieobject.validate()

0 comments on commit c25ca3f

Please sign in to comment.