/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to mandos-ctl

  • Committer: Teddy Hogeborn
  • Date: 2019-03-17 11:10:21 UTC
  • Revision ID: teddy@recompile.se-20190317111021-chyektrlb42h6l0j
mandos-ctl: Refactor

* mandos-ctl (TestBaseCommands.test_remove): Remove superfluous
                                             super() call.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1502
1502
            def RemoveClient(self, dbus_path):
1503
1503
                self.calls.append(("RemoveClient", (dbus_path,)))
1504
1504
        mandos = MockMandos()
1505
 
        super(TestBaseCommands, self).setUp()
1506
1505
        command.Remove().run(self.clients, self.bus, mandos)
1507
1506
        self.assertEqual(len(mandos.calls), 2)
1508
1507
        for clientpath in self.clients: