alienscience / imapsrv

An IMAP server written in Go
BSD 3-Clause "New" or "Revised" License
48 stars 9 forks source link

Add test suite #1

Open twitchyliquid64 opened 9 years ago

twitchyliquid64 commented 9 years ago

Need to have a test system to prevent regressions.

Per command feature tests ideal.

alienscience commented 9 years ago

There are pre-written tests if you are feeling lazy:

http://imapwiki.org/ImapTest

I have no idea if these are hard to integrate or not.

twitchyliquid64 commented 9 years ago

Way too hard, they require compiling the entire of dovecot. Ill just write out our own.

Should be easy to hook the command interface to do unit testing at that level.