Jotting this down: I encountered an example in the wild with something along the lines of <problem>/data/testdata.yaml having
input_validator_flags: n=100
input_validator_flags: n=1000
Pyyaml silently resolves this by taking the last one. Checking "every key in every yaml file is unique" seems like a nice sanity check
Jotting this down: I encountered an example in the wild with something along the lines of
<problem>/data/testdata.yamlhavingPyyaml silently resolves this by taking the last one. Checking "every key in every yaml file is unique" seems like a nice sanity check