Add unit tests for RelativeDataPath and save_from_memory

This commit is contained in:
Julian Stirling 2026-06-03 15:00:03 +01:00
parent c1915759b4
commit 2c215b9f81
4 changed files with 199 additions and 2 deletions

View file

@ -82,7 +82,6 @@ class OFMThing(lt.Thing):
return rel_data_path
# TODO Write tests for this
class RelativeDataPath(RootModel[str]):
"""A relative path that is validated, and can have a Thing assigned to it.