Skip to content

Commit

Permalink
Add test specimen for #149
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Dec 17, 2023
1 parent c56574a commit 33ed1b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sdmx/testing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ def __init__(self, base_path):
("UNSD", "codelist_partial.xml"),
("SGR", "common-structure.xml"),
("TEST", "gh-142.xml"),
("TEST", "gh-149.xml"),
]
)

Expand Down
1 change: 1 addition & 0 deletions sdmx/tests/writer/test_writer_xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ def test_data_roundtrip(pytestconfig, specimen, data_id, structure_id, tmp_path)
("INSEE/dataflow.xml", False),
("SGR/common-structure.xml", True),
("UNSD/codelist_partial.xml", True),
("TEST/gh-149.xml", True),
],
)
def test_structure_roundtrip(pytestconfig, specimen, specimen_id, strict, tmp_path):
Expand Down

0 comments on commit 33ed1b4

Please sign in to comment.