mirror of
https://github.com/OfflineIMAP/offlineimap3.git
synced 2026-07-07 18:06:29 +02:00
50661e030b
Agent-Logs-Url: https://github.com/OfflineIMAP/offlineimap3/sessions/dee56480-969e-40bf-a7ee-01f50d82627b Co-authored-by: thekix <4056955+thekix@users.noreply.github.com>
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.