Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is a convenient way for tests to assert that some nested dicts (like a parsed json) has a particular key/value somewhere in it. For example: assert_dict_has(config, "toplevel.subitem.key", True)
- Loading branch information