tests.test_datamodel¶
Module Contents¶
Functions¶
Test the |
|
Simple test that creates and manipulates instances of |
|
Test that all elements that need to have a UUID have it, and that we can retrieve those elements by their ID. |
|
Test that objects can be traversed using paths, and that we can find the path from a root node to a given object. |
|
Check that Fetcher plugins are properly loaded and have the name and tags on their structs correctly set. |
|
Test the |
|
Use a |
API¶
- tests.test_datamodel.test_data_model()[source]¶
Simple test that creates and manipulates instances of
FolderandTwig.
- tests.test_datamodel.test_uuid()[source]¶
Test that all elements that need to have a UUID have it, and that we can retrieve those elements by their ID.
- tests.test_datamodel.test_find_path()[source]¶
Test that objects can be traversed using paths, and that we can find the path from a root node to a given object.
- tests.test_datamodel.test_plugins()[source]¶
Check that Fetcher plugins are properly loaded and have the name and tags on their structs correctly set.