Skip to content

Commit

Permalink
black .
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin committed Jan 13, 2025
1 parent 4637c50 commit 56b9e46
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion unittests/test_ahb_serialisierung.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@

from fundamend.reader import AhbReader, MigReader

data_path: Path = Path(__file__).parent.parent/ "xml-migs-and-ahbs"
data_path: Path = Path(__file__).parent.parent / "xml-migs-and-ahbs"


@pytest.mark.parametrize(
"ahb_xml_file_path, expected_date",
[
Expand Down Expand Up @@ -96,6 +98,7 @@ def test_read_ahb_xml(ahb_xml_file_path: Path, expected_date: date) -> None:
actual = reader.get_publishing_date()
assert actual == expected_date


@pytest.mark.parametrize(
"mig_xml_file_path, expected_date",
[
Expand Down

0 comments on commit 56b9e46

Please sign in to comment.