Skip to content

Commit

Permalink
tests: extend coverage to DekkingInTijd
Browse files Browse the repository at this point in the history
  • Loading branch information
rien333 committed Dec 16, 2024
1 parent fa15b61 commit c5b8abd
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def voorbeeld_bestand_xml(mdto_example_files):

@pytest.fixture
def shared_informatieobject():
"""A basic pre-constructed informatieobject"""
"""A pre-constructed and valid informatieobject"""
return Informatieobject(
naam="Verlenen kapvergunning",
identificatie=IdentificatieGegevens("abcd-1234", "Corsa (Geldermalsen)"),
Expand All @@ -131,4 +131,12 @@ def shared_informatieobject():
),
),
),
dekkingInTijd=DekkingInTijdGegevens(
BegripGegevens(
"Looptijd dossier",
VerwijzingGegevens("Begrippenlijst Events en Periode's Corsa"),
),
dekkingInTijdBegindatum="1999",
dekkingInTijdEinddatum="2005",
),
)

0 comments on commit c5b8abd

Please sign in to comment.