Test of test automation for nest nest_functions

This commit is contained in:
Benjamin Harder
2023-10-02 22:12:27 +02:00
parent ed55a11a47
commit 49658b596a
2 changed files with 19 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ async def nested_set(dic, keys, value, matchConditions=None):
break
i += 1
dic[keys[-1]] = value
async def add_keys_nested_dict(d, keys, defaultValue = None):
# Creates a nested value if key does not exist