def test_sets_relation_with_kwargs(self, check_call_, check_output, local_unit): hookenv.relation_set(foo="bar") check_call_.assert_called_with(['relation-set', 'foo=bar'])