Stakeholder Specification for Merge Python Dictionaries
As Developer, I often have to merge python dictionaries.
Provide a python module with a function to merge python dictionaries to one dictionary. |
As multiple dictionaries could have for the same Key different defined Values, the python module shall report merge conflicts. |