560
560
self.assertThat(recorder, condition)
562
562
def exercise_subscription_set(self, set_name, counts=(1, 1, 0)):
563
570
# Looking up subscriptions takes a single query.
564
571
with self.exactly_x_queries(counts[0]):
565
572
getattr(self.info, set_name)