offlineimap/test
Sebastian Spaeth 1f91d0fd06 Adapt imports so that test/OLItest can be imported
To run the test suite from the main setup.py we need to be able to
import and run the test suite from a different folder than the "test"
dir.

Make "test" a package and fix the imports to still work when imported
from another folder.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2012-01-19 10:32:05 +01:00
..
OLItest Adapt imports so that test/OLItest can be imported 2012-01-19 10:32:05 +01:00
tests Adapt imports so that test/OLItest can be imported 2012-01-19 10:32:05 +01:00
.gitignore Add initial skeleton for a testing framework 2012-01-19 10:32:05 +01:00
README Add initial skeleton for a testing framework 2012-01-19 10:32:05 +01:00
__init__.py Adapt imports so that test/OLItest can be imported 2012-01-19 10:32:05 +01:00
credentials.conf.sample Add initial skeleton for a testing framework 2012-01-19 10:32:05 +01:00
test Add code comment 2012-01-19 10:32:05 +01:00

README

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...

- Execute './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.