zkessin / testing-erlang-book

A public book on testing Erlang
289 stars 39 forks source link

Guidance on the location of EUnit tests for a module? #7

Open stevenproctor opened 11 years ago

stevenproctor commented 11 years ago

When digging in and trying to get an understanding about using EUnit for testing Erlang modules, I have seen examples that use three different locations for where people put there tests:

I don't know if it would be worth it for this book to touch on all of the different ways that they get structured and their pros/cons, or even just to vouch for one and help to standardize a structure.