docker-offlineimap/test/tests
Rodolfo García Peñas (kix) 3231e731d8 Remove asssert in OLI test 1
We cannot use this assert, becasue the returned value of res is:

ERROR: Account test: no folder to sync (f[388 chars]\n\n' != ''
- ERROR: Account test: no folder to sync (folderfilter issue?)
- ERROR: Exceptions occurred during the run!
- ERROR: Account test: no folder to sync (folderfilter issue?)

So, if we have an assert to test if the string is empty,
the test stops here. We can check if we have or not folder
in the next  check (count_maildir_mails().
2020-10-25 19:09:30 +01:00
..
__init__.py Reformat offlineimap/test/tests/ all tests 2020-08-29 20:35:58 +02:00
test_00_globals.py TestOfflineimapGlobals renamed variable 2020-08-30 12:20:50 +02:00
test_00_imaputil.py test_00_imaputil.py Runs fine 2020-10-25 18:13:03 +01:00
test_01_basic.py Remove asssert in OLI test 1 2020-10-25 19:09:30 +01:00
test_02_MappedIMAP.py test_02_MappedIMAP.py removed unused variable 2020-08-30 11:45:14 +02:00