Conditions | 1 |
Total Lines | 14 |
Code Lines | 14 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | #!/usr/bin/env python3 |
||
23 | def setUp(self): |
||
24 | logging.basicConfig(level=logging.DEBUG) |
||
25 | self.args = self._Namespace(server='unknown.localhost', |
||
26 | user='test', |
||
27 | password='test', |
||
28 | all=True, |
||
29 | min_size=20, |
||
30 | skip_download=False, |
||
31 | read_only=False, |
||
32 | detach=True, |
||
33 | target=TestMailboxAbstract._TARGET, |
||
34 | upload='tests', |
||
35 | folder='tests', |
||
36 | reset_cache=True) |
||
37 |