pycontw / mail_handler

Mail toolkit for PyCon Taiwan
https://pycontw.github.io/mail_handler/
MIT License
11 stars 11 forks source link

[Feature Request] Basic test units #7

Open tai271828 opened 4 years ago

tai271828 commented 4 years ago

Description

I am aware of the empty test folder https://github.com/pycontw/mail_handler/tree/master/tests and this PR also needs regression test when resolving conflicts https://github.com/pycontw/mail_handler/pull/4 . Basic test units will absolutely speed up the development of https://github.com/pycontw/mail_handler/pull/4 and future PRs.

Possible Solution

pytest in tox.

Related Issue

https://github.com/pycontw/mail_handler/pull/4

tai271828 commented 4 years ago

I am working on https://github.com/pycontw/mail_handler/pull/4 and I will add the corresponding tests at least.