Add unit tests for RelativeDataPath and save_from_memory
This commit is contained in:
parent
c1915759b4
commit
2c215b9f81
4 changed files with 199 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue