Rodolfo García Peñas (kix) 27351d9e90 Test global calls AttributeError 4 years ago
..
OLItest f19a23c532 Test delete_remote_testfolders updated to python3 4 years ago
tests 27351d9e90 Test global calls AttributeError 4 years ago
.gitignore fc52034ea8 Autmomated testing using Travis and CodeCov.io! 6 years ago
README c4baa15b3b Updated test README file 4 years ago
__init__.py 1f91d0fd06 Adapt imports so that test/OLItest can be imported 13 years ago
credentials.conf.sample 7b75e04b5b Add initial skeleton for a testing framework 13 years ago

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

- go to the top level dir (one above this one) and execute:
'python3 setup.py test'

System requirements
===================

This test suite depend on python 3 to run out of the box.