def before(self):
     """
     Called before every test.
     """
     self.bus = mock.MagicMock()
     self.plugin = Plugin(self.bus)