racket/collects/tests/drscheme
Robby Findler 7f31137562 PR 9696
svn: r11381
2008-08-22 12:52:01 +00:00
..
drscheme-test-util.ss added a test for values that print out as part of the scheme language top-level printing 2008-08-21 22:54:52 +00:00
info.ss svn: r10078 2008-06-01 18:45:13 +00:00
io.ss svn: r11075 2008-08-04 22:53:21 +00:00
language-test.ss all drs test suites now passing except module language 2008-08-05 20:27:17 +00:00
module-lang-test-utils.ss added (now properly failing) test case for PR 9696 2008-08-22 03:54:39 +00:00
module-lang-test.ss PR 9696 2008-08-22 12:52:01 +00:00
README v3.99.0.2 2007-11-13 12:40:00 +00:00
repl-test.ss all drs test suites now passing except module language 2008-08-05 20:27:17 +00:00
run-tests.ss use new require specs in many places 2008-02-23 09:42:03 +00:00
sample-solutions-one-window.ss * Newlines at EOFs 2008-07-09 07:18:06 +00:00
sample-solutions-testsuite-tp.scm use new require specs in many places 2008-02-23 09:42:03 +00:00
stepper-test.ss * Newlines at EOFs 2008-07-09 07:18:06 +00:00
syncheck-test.ss * Newlines at EOFs 2008-07-09 07:18:06 +00:00
teachpack.ss minor fixes uncovered by test suites: 2008-06-03 18:18:17 +00:00
time-keystrokes.ss Moved time-keystrokes to tests/drscheme 2008-08-07 05:57:25 +00:00
tool.ss * Newlines at EOFs 2008-07-09 07:18:06 +00:00

(#|

This directory contains code for testing DrScheme. To run the tests,
load run-test.ss. It will return a function that accepts the names of
tests. Those names must be listed here. If no arguments are passed to
the function, all tests will be run.

|# stepper-test.ss #|

   runs the stepper on the sample solutions and
   checks the results.
   
|# io.ss #|

   This tests the drscheme's io implementation.
   
|# repl-test.ss #|

   This tests various interactions between parameters in the 
   implementation of drscheme.

|# language-test.ss #|   

   This tests that all of the individual settings in the language dialog 
   take effect in the repl.

|# module-lang-test.ss #|

   This tests the code involved in implementing the new module language.
   
   graphics.ss

   This tests the various graphic elements that can appear
   in programs.

  launcher.ss

   This tests the launcher feature of drscheme.

  sample-solutions-one-window.ss

   This tests the sample solutions in HtDP,
   but reuses the same drscheme window.
   There is a race condition in this test,
   so it is commented out here, for now.
   
|# teachpack.ss #|

   Tests the teachpacks

|# syncheck-test.ss #|

|#)