Add code comment
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
This commit is contained in:
parent
9a905188f2
commit
1cdabcec46
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user