Rodolfo García Peñas (kix)
27351d9e90
Test global calls AttributeError
...
This patch raises the AttributeError.
2020-10-25 19:34:52 +01:00
Rodolfo García Peñas (kix)
67e4dd923e
TestOfflineimapGlobals renamed variable
...
This variable should be named cls.
2020-08-30 12:20:50 +02:00
Rodolfo García Peñas (kix)
b5eed07d38
test_00_globals statement without effect
...
Assign this variable to a has no effect.
2020-08-30 12:19:25 +02:00
Rodolfo García Peñas (kix)
7d62441dc2
Changed import order
...
These changes close the lintian warning C0411.
2020-08-29 21:10:16 +02:00
Rodolfo García Peñas (kix)
bcc497df16
Reformat offlineimap/test/tests/ all tests
...
Add some spaces, remove lines,... now format is better (lintian).
2020-08-29 20:35:58 +02:00
Eygene Ryabinkin
f4140cbbed
Create global instance of command-line options
...
This eases testing of option values inside the code. This instance
is implemented as the read-only copy of the obtained 'options' object,
so callers won't be able to modify its contents.
Signed-off-by: Eygene Ryabinkin <rea@codelabs.ru>
2013-02-11 23:34:18 +04:00