testtools.helpers
module documentationtesttools
Function | map_values | Map function across the values of dictionary. |
Function | filter_values | Filter dictionary by its values using function. |
Function | dict_subtract | Return the part of a that's not in b. |
Function | list_subtract | Return a list a without the elements of b. |