Skip to content
Snippets Groups Projects
Commit f6efecb0 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

WIP: Begin unit test

parent 32f4bac0
No related branches found
No related tags found
2 merge requests!178FIX: #96 Better error output for crawl.py script.,!163F dict heuristic
Pipeline #48590 passed
......@@ -659,3 +659,10 @@ def test_create_path_value(converter_registry):
dc.create_values(values, Directory("a", "/a"))
assert "Test.path" in values
assert values["Test.path"] == "/a"
def test_dict_heuristic_basic():
"""Test that a record with the correct name and properties is created, and
that the children are still created correctly.
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment