summaryrefslogtreecommitdiffstats
path: root/tests/README
Commit message (Collapse)AuthorAgeFilesLines
* * tests/README: Direct [source] of *.test files is no longerdgp2003-04-011-21/+40
| | | | | recommended. The tests/*.test files should only be evaluated under the control of the [runAllTests] command in tests/all.tcl.
* * tests/README: Noted removal of defs.tcl.dgp2002-08-081-2/+2
|
* slight wording improvementshobbs2002-08-081-2/+5
|
* * Updated the instructions on running and adding to the test suite.dgp2002-07-011-82/+22
| | | | | Also updated several tests, mostly to correctly create and destroy any temporary files in the [temporaryDirectory] of tcltest.
* typosjenn1999-08-311-10/+9
|
* * library/tcltest1.0/tcltest.tcl:jenn1999-08-311-12/+44
| | | | | | | * doc/tcltest.n: * tests/README: Modified testConstraints variable so that it isn't unset every time ::tcltest::initConstraints is called and cleaned up documentation in the README file and the man page.
* Modified the tests to use the package tcltestjenn1999-06-261-327/+18
|
* Resynced with mainline.rjohnson1999-04-211-1/+1
|
* moved the ThreadReap command to ::tcltest::threadReap. Now each thread test ↵hershey1999-04-201-1/+3
| | | | | | | | | calls threadReap at the beginning and end of the test, inside the test body. This fixes the problem where the test suite was exiting on a call to threadReap (reap was killing the main thread by accident because other tests were leaving threads running and setting mainthread to be the list of running threads).
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-81/+408
|
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-03-261-0/+96