andrewferrier / email2pdf

Script to convert emails to PDF from the command-line, as well as detach recognized attachments. Helps to process incoming emails and assist automatically with a non-paper paperwork workflow. Designed to work in tandem with getmail to convert forwarded emails to PDF automatically.
MIT License
68 stars 35 forks source link

Develop a test for the wkhtmltox presence check #89

Closed andrewferrier closed 9 years ago

andrewferrier commented 9 years ago

Probably need to:

andrewferrier commented 9 years ago

Related to #75 .

andrewferrier commented 9 years ago

Maybe a mock around shutil.which() will help? https://docs.python.org/3/library/unittest.mock.html