asaskevich / EventBus

[Go] Lightweight eventbus with async compatibility for Go
MIT License
1.74k stars 220 forks source link

Improve testing #20

Open mklimuk opened 7 years ago

mklimuk commented 7 years ago

Most of the tests have several fail conditions that are unrecognizable (tests do not log which of the conditions failed). I suggest we use some kind of assertion lib (testify is a good pick) to improve readability.

bennAH commented 6 years ago

hi @mklimuk will look at this as part of a planned refactoring work later this month.

Moving forward, will also start tagging releases.