Add code comment

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
This commit is contained in:
Sebastian Spaeth 2012-01-18 22:01:33 +01:00
parent 9a905188f2
commit 1cdabcec46
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ from OLItest import OLITextTestRunner, TestLoader, OLITestLib
if __name__ == '__main__':
logging.basicConfig(format='%(message)s')
# set credentials and OfflineImap command to be executed:
OLITestLib(cred_file='./credentials.conf', cmd='../offlineimap.py')
suite = TestLoader().discover('./tests')
OLITextTestRunner(verbosity=2).run(suite)