(self)
| 114 | super().tearDown() |
| 115 | |
| 116 | def last_command_started(self): |
| 117 | return self.listener.started_events[-1].command |
| 118 | |
| 119 | def assertCollationInLastCommand(self): |
| 120 | self.assertEqual(self.collation.document, self.last_command_started()["collation"]) |
no outgoing calls
no test coverage detected