femto-email / client

A simple, extendable mail client written in Node.JS
http://femto.email
MIT License
28 stars 6 forks source link

Create tests for functions and tasks #21

Open popey456963 opened 7 years ago

popey456963 commented 7 years ago

We really require some way to test without requiring an email account.

Maybe could we make an imaginary client object?

popey456963 commented 7 years ago

We get a testing framework with commit 12d344e02d4df2d2be2f4a3be9a81249164b62bd! However, we still need to work on actually adding tests for each function.

My suggestion is we add tests for each new function we create, and then backtrack slowly for all the old functions we already have.