Home | History | Annotate | Download | only in unittest

Lines Matching refs:subset

1140     def assertDictContainsSubset(self, subset, dictionary, msg=None):
1141 """Checks whether dictionary is a superset of subset."""
1146 for key, value in subset.items():