docker-offlineimap/test/tests
Rodolfo García Peñas (kix) c20db9ef7e Remove assserts in OLI test 6
We cannot use these asserts, becasue the returned value of res is:

ERROR: getfolder() asked for a nonexisting folder 'INBOX.OLItest'.
ERROR: Exceptions occurred during the run!
ERROR: getfolder() asked for a nonexisting folder 'INBOX.OLItest'.

So, if we have an assert, to compare 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:17:19 +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 assserts in OLI test 6 2020-10-25 19:17:19 +01:00
test_02_MappedIMAP.py test_02_MappedIMAP.py removed unused variable 2020-08-30 11:45:14 +02:00