2012-01-09 13:12:28 +01:00
|
|
|
Documentation for the OfflineImap Test suite.
|
|
|
|
|
|
|
|
How to run the tests
|
|
|
|
====================
|
|
|
|
|
|
|
|
- Copy the credentials.conf.sample to credentials.conf and insert
|
|
|
|
credentials for an IMAP account and a Gmail account. Delete the Gmail
|
|
|
|
section if you don't have a Gmail account. Do note, that the tests
|
|
|
|
will change the account and upload/delete/modify it's contents and
|
|
|
|
folder structure. So don't use a real used account here...
|
|
|
|
|
2012-01-18 22:41:05 +01:00
|
|
|
- go to the top level dir (one above this one) and execute:
|
2020-10-23 14:47:02 +02:00
|
|
|
'python3 setup.py test'
|
2012-01-09 13:12:28 +01:00
|
|
|
|
|
|
|
System requirements
|
|
|
|
===================
|
|
|
|
|
2020-10-23 14:47:02 +02:00
|
|
|
This test suite depend on python 3 to run out of the box.
|