Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent test engine messages when (module+ test) is not ran in #lang-based teaching languages #215

Open
shhyou opened this issue Dec 28, 2023 · 0 comments
Labels
test engine topics related to the test engine

Comments

@shhyou
Copy link
Collaborator

shhyou commented Dec 28, 2023

This is a minor interface issue. The test engine messages are different when the test submodule is not ran by DrRacket.

  1. #lang-based language:
    #lang htdp/isl+
    (check-expect 1 1)
    ;; (+ "world")
    
  2. In Language -> Choose Language -> Submodules to Run -> Uncheck test"
  3. Run the code. The test engine is not ran, so there are no messages.
  4. Uncomment (+ "world") and run the code again. This time the output changes to 0 tests passed..

Menu-based teaching languages are not affected by the submodule option.

@shhyou shhyou added the test engine topics related to the test engine label Dec 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test engine topics related to the test engine
Projects
None yet
Development

No branches or pull requests

1 participant