We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0edbf32 commit 972a17dCopy full SHA for 972a17d
1 file changed
tests/test_info.py
@@ -162,6 +162,7 @@ def test_infos_save_and_load_roundtrip(tmp_path):
162
model.save_to_file(target)
163
assert target.is_file()
164
165
+ Infos.from_path(tmp_path / "infos")
166
reloaded = Infos.from_path(target)
167
assert reloaded.owner == "owner"
168
assert reloaded.license == "cc-by-4.0"
0 commit comments