Searched refs:summary_step (Results 1 – 3 of 3) sorted by relevance
147 self.summary_step = None531 def summary_step(self): member in Context533 return self._thread_local_data.summary_step535 @summary_step.setter536 def summary_step(self, step): member in Context538 self._thread_local_data.summary_step = step
80 self.assertIsNone(ctx.summary_step)81 ctx.summary_step = 'mock'82 self.assertEqual('mock', ctx.summary_step)176 ctx.summary_step,
153 return context.context().summary_step172 context.context().summary_step = step