owainlewis / clojure-mail

A Clojure library for parsing, downloading and reading email from IMAP servers.
202 stars 54 forks source link

greenmail fixture helpers in source #45

Open kurt-o-sys opened 8 years ago

kurt-o-sys commented 8 years ago

Greenmail helpers are in the test-directory. This means: they are not present in the maven repo. It would be really nice to have the helper functions for integration testing in the src-directory somewhere (probably under clojure-mail/testing or something). A testing-library does fit in the main project files, imho.

amoe commented 8 years ago

This would be really handy for me also.