def setUp(self):
     self.command = Command()
     self.common_cmd_args = dict(
         verbosity=2,
         list_address="*****@*****.**",
         since=None,
         no_sync_mailman=True,
         ignore_mtime=False,
     )
Пример #2
0
 def setUp(self):
     self.tmpdir = tempfile.mkdtemp(prefix="hyperkitty-testing-")
     self.command = Command()
     self.common_cmd_args = dict(
         verbosity=2,
         list_address="*****@*****.**",
         since=None,
         no_sync_mailman=True,
         ignore_mtime=False,
     )