Conditions | 1 |
Total Lines | 10 |
Code Lines | 10 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | #!/usr/bin/env python3 |
||
20 | def setUp(self): |
||
21 | logging.basicConfig(level=logging.DEBUG) |
||
22 | self.args = self._Namespace(server='unknown.localhost', |
||
23 | max_size=20, |
||
24 | skip_download=False, |
||
25 | detach=False, |
||
26 | target='/tmp/mailbox_cleaner', |
||
27 | upload='tests', |
||
28 | folder='tests', |
||
29 | reset_cache=True) |
||
30 |