test: always remove remote test folders
Signed-off-by: Pierre-Louis Bonicoli <pierre-louis.bonicoli@gmx.fr> Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
parent
8fbf741f77
commit
eb16e5a86e
@ -41,7 +41,11 @@ def tearDownModule():
|
|||||||
#self.assertFalse(element in self.seq)
|
#self.assertFalse(element in self.seq)
|
||||||
|
|
||||||
class TestBasicFunctions(unittest.TestCase):
|
class TestBasicFunctions(unittest.TestCase):
|
||||||
|
def setUp(self):
|
||||||
|
OLITestLib.delete_remote_testfolders()
|
||||||
|
|
||||||
|
def tearDown(self):
|
||||||
|
OLITestLib.delete_remote_testfolders()
|
||||||
|
|
||||||
def test_01_olistartup(self):
|
def test_01_olistartup(self):
|
||||||
"""Tests if OLI can be invoked without exceptions
|
"""Tests if OLI can be invoked without exceptions
|
||||||
@ -49,7 +53,6 @@ class TestBasicFunctions(unittest.TestCase):
|
|||||||
Cleans existing remote tet folders. Then syncs all "OLItest*
|
Cleans existing remote tet folders. Then syncs all "OLItest*
|
||||||
(specified in the default config) to our local Maildir. The
|
(specified in the default config) to our local Maildir. The
|
||||||
result should be 0 folders and 0 mails."""
|
result should be 0 folders and 0 mails."""
|
||||||
OLITestLib.delete_remote_testfolders()
|
|
||||||
code, res = OLITestLib.run_OLI()
|
code, res = OLITestLib.run_OLI()
|
||||||
self.assertEqual(res, "")
|
self.assertEqual(res, "")
|
||||||
boxes, mails = OLITestLib.count_maildir_mails('')
|
boxes, mails = OLITestLib.count_maildir_mails('')
|
||||||
|
Loading…
Reference in New Issue
Block a user