racket/collects/tests/drscheme
Robby Findler b50627ffe6 added test for toplevel bug
svn: r3821
2006-07-26 12:24:47 +00:00
..
drscheme-test-util.ss cleanups in test suites 2006-07-19 04:34:48 +00:00
info.ss
io.ss
language-test.ss trims the top of the stack, removing drscheme-specific frames, plus fixes to the test suites 2006-07-24 13:32:47 +00:00
module-lang-test.ss
README
repl-test.ss added test for toplevel bug 2006-07-26 12:24:47 +00:00
run-tests.ss
sample-solutions-one-window.ss
sample-solutions-testsuite-tp.scm
stepper-test.ss
syncheck-test.ss made case-lambda work with the magic [ thing and fixed up some test suites 2006-07-18 18:55:18 +00:00
teachpack.ss last minute pre-350 fixes 2006-06-14 00:15:45 +00:00
test-box-test.ss
tool.ss

`(#|

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.
   

|#)