README 614 B

123456789101112131415161718
  1. Documentation for the OfflineImap Test suite.
  2. How to run the tests
  3. ====================
  4. - Copy the credentials.conf.sample to credentials.conf and insert
  5. credentials for an IMAP account and a Gmail account. Delete the Gmail
  6. section if you don't have a Gmail account. Do note, that the tests
  7. will change the account and upload/delete/modify it's contents and
  8. folder structure. So don't use a real used account here...
  9. - go to the top level dir (one above this one) and execute:
  10. 'python3 setup.py test'
  11. System requirements
  12. ===================
  13. This test suite depend on python 3 to run out of the box.