1
0
mirror of https://github.com/OfflineIMAP/offlineimap.git synced 2024-06-23 07:16:38 +02:00
offlineimap/test/README
Sebastian Spaeth bf1f79c571 Add "test" command to setup.py
"python setup.py test" will now run the complete test suite. Remove the
previous ./test command.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2012-01-19 10:32:05 +01:00

18 lines
745 B
Plaintext

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...
- go to the top level dir (one above this one) and execute:
'python setup.py test'
System requirements
===================
This test suite depend on python>=2.7 to run out of the box. If you want to run this with python 2.6 you will need to install the backport from http://pypi.python.org/pypi/unittest2 instead.