I have tests that are timing out in drdr (mred-extensions.rkt) because they’re 
graphical tests that open a window and expect the user to inspect and close it. 
I don’t expect these tests to be run by drdr, but I don’t want to delete them. 
I can see the following choices:

- Use info.rkt to explicitly disable testing on this file using test-omit-paths
- Change the “test” module into a “main” module so it will only be run 
interactively

Is one of these preferred? Is there another choice that I’m missing?

John



-- 
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