Closed as not planned
Closed as not planned
Description
This is a minor interface issue. The test engine messages are different when the test submodule is not ran by DrRacket.
- #lang-based language:
#lang htdp/isl+ (check-expect 1 1) ;; (+ "world")
- In Language -> Choose Language -> Submodules to Run -> Uncheck
test
" - Run the code. The test engine is not ran, so there are no messages.
- Uncomment
(+ "world")
and run the code again. This time the output changes to0 tests passed.
.
Menu-based teaching languages are not affected by the submodule option.