From f6efecb01ce3a5fa0705d4e5f3b5cdbea31e15f5 Mon Sep 17 00:00:00 2001 From: fspreck <f.spreckelsen@indiscale.com> Date: Fri, 15 Mar 2024 19:22:39 +0100 Subject: [PATCH] WIP: Begin unit test --- unittests/test_converters.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/unittests/test_converters.py b/unittests/test_converters.py index 52ece13d..eb7b8c6b 100644 --- a/unittests/test_converters.py +++ b/unittests/test_converters.py @@ -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. + + """ -- GitLab