racket/collects/tests/drscheme
Robby Findler fddb1fa862 updated many unions to or/c's
svn: r2061
2006-01-31 19:17:33 +00:00
..
drscheme-test-util.ss updated many unions to or/c's 2006-01-31 19:17:33 +00:00
info.ss Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
io.ss misc changes: flush io in make.ss, remove unused require in world.ss, improved test suite, made drscheme use new built-in srcloc debugging info provided by mzscheme 2005-12-29 14:10:47 +00:00
language-test.ss misc changes: flush io in make.ss, remove unused require in world.ss, improved test suite, made drscheme use new built-in srcloc debugging info provided by mzscheme 2005-12-29 14:10:47 +00:00
module-lang-test.ss Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
README Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
repl-test.ss fixed bug in repl with continuations crossing between the defs and ints 2005-10-23 03:18:58 +00:00
run-tests.ss Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
sample-solutions-one-window.ss Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
sample-solutions-testsuite-tp.scm Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
stepper-test.ss Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
syncheck-test.ss , 2005-08-31 12:35:02 +00:00
teachpack.ss misc changes: flush io in make.ss, remove unused require in world.ss, improved test suite, made drscheme use new built-in srcloc debugging info provided by mzscheme 2005-12-29 14:10:47 +00:00
test-box-test.ss Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
tool.ss Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +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 #|

|# test-box-test.ss #|

   Test test boxes.
   

|#)