
spdegabrielle
2021-8-1 11:05:44
Did this talk get publicly released? @gknauth

niko
2021-8-2 03:06:17
When I click “run”, DrRacket runs unit tests, but it’s very quiet when all tests pass. Is there a way to see the set of tests that are being run? I’m trying to understand how unit tests relate to modules and provide
statements, and it would give me a nice cozy feeling.

niko
2021-8-2 03:10:14
(Well, I answered my main question, which was whether unit tests ran even if they are not “provided”)

sorawee
2021-8-2 03:53:28
You might want to create a test suite explicitly, and then use https://docs.racket-lang.org/rackunit/api.html#%28def._%28%28lib._rackunit%2Ftext-ui..rkt%29._run-tests%29%29