[racket-dev] testing
On Aug 4, 2011, at 12:19 PM, Vincent St-Amour wrote:
>
> The above suggestion does not rule out individual testing styles. It
> only mentions a standardized entry point. What the test suite does
> afterwards can still be left to the programmer.
I really really prefer placing my tests in a directory within the collection.
Perhaps it is the proximity perhaps the not-thinking-about-where.
Indeed, for plain unit tests, I prefer to place them inside the module.
That's what I mean personal testing style.