Hello,

What is the recommended way to add tests in racket? I was looking
through the racket documentation and there are two options for adding
tests, using test submodules or using a separate file for tests
(rackunit documentation). Some authors seem to prefer one over the other
for example pollen
(https://github.com/mbutterick/pollen/tree/master/tests) uses separate
files and the author of racket-2048
(https://github.com/danprager/racket-2048/blob/master/2048.rkt) uses
test submodules.

Are there any advantages/disadvantages of using test submodules vs
separate test files? Or is it just a matter of personal preference?

It looks like that test submodules are more convenient and flexible but
I observed that test submodules increase the start up time of racket
scripts.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to