Skip to content

Instantly share code, notes, and snippets.

@jdob
Created January 25, 2013 21:15
Show Gist options
  • Select an option

  • Save jdob/4637930 to your computer and use it in GitHub Desktop.

Select an option

Save jdob/4637930 to your computer and use it in GitHub Desktop.
def _assert_associated_units(self, conduit, units):
all_call_args = conduit.associate_unit.call_args_list
for unit, call_args in zip(units, all_call_args):
self.assertEqual(call_args[0][0], unit)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment