I think that we can accommodate all of that by simply standardizing a place where an entire test can be run from. That is, I expect the interesting question this answers is "I have just food and fixed a bug in some unknown code: where do I go to find the relevant tests to add more and run all the existing ones?". All that is required for that is some place to start looking; from there DrRacket can help you find everything. <br>
<br>Robby <br><br>On Thursday, August 4, 2011, Matthias Felleisen <<a href="mailto:matthias@ccs.neu.edu">matthias@ccs.neu.edu</a>> wrote:<br>><br>> On Aug 4, 2011, at 12:19 PM, Vincent St-Amour wrote:<br>><br>
>><br>>> The above suggestion does not rule out individual testing styles. It<br>>> only mentions a standardized entry point. What the test suite does<br>>> afterwards can still be left to the programmer.<br>
><br>><br>> I really really prefer placing my tests in a directory within the collection.<br>> Perhaps it is the proximity perhaps the not-thinking-about-where.<br>><br>> Indeed, for plain unit tests, I prefer to place them inside the module.<br>
><br>> That's what I mean personal testing style.<br>> _________________________________________________<br>> For list-related administrative tasks:<br>> <a href="http://lists.racket-lang.org/listinfo/dev">http://lists.racket-lang.org/listinfo/dev</a><br>
>