uchicago-library / attachment-converter

Attachment Converter: tool for batch converting attachments in an email mailbox
GNU General Public License v2.0
8 stars 3 forks source link

26 Preliminary Testing Part 1 #36

Closed nmmull closed 2 years ago

nmmull commented 2 years ago

We are now converting emails (somewhat) successfully. I've added 5 test emails, that cover the conversions that we set out to work with at the outset of the project (at least when I joined). There is an issue with nested emails that needs to be dealt with but I think this is a reasonable point to close this issue and move to a new round of testing.

The main note is that I changed the way tests are dealt with. You have to symbolically link the test_emails directory I created in the shared email data source to a directory test/test_emails in the project. This avoids the need to create a separate private repository.

This branch subsumes nathan-second-round-testing, so that pull request can be ignored. I'm creating this one so that it closes the testing issue.