summaryrefslogtreecommitdiffstats
path: root/doc/tcltest.n
Commit message (Collapse)AuthorAgeFilesLines
...
* removed ^M's from man page - confuses man2tclhobbs1999-12-221-23/+23
|
* * doc/scan.n:hobbs1999-11-191-3/+3
| | | | | | | | | | | | | | * tests/scan.test: * generic/tclScan.c: finished support for inline scan by supporting XPG identifiers. * doc/http.n: * library/http2.1/http.tcl: added register and unregister commands to http:: package (better support for tls/SSL), as well as -type argument to http::geturl. [RFE: 2617] * doc/glob.n: added note about ..../ glob behavior on Win9* * doc/tcltest.n: fixed minor example errors [Bug: 3551]
* * tests/tcltest.test:jenn1999-10-191-4/+31
| | | | | | | | | | | * doc/tcltest.n: * library/tcltest1.0/tcltest.tcl: Removed the extra return at the end of the tcltest.tcl file. Applied patches sent in by Andreas Kupries to add helper procs for debug output, add 3 new flags (-testsdir, -load, -loadfile), and internally refactors common code for dealing with paths into separate procedures. [Bug: 2838, 2842]
* lintjenn1999-08-311-5/+7
|
* Minor tweaks to get these pages through the HTML converterscriptics_tclpro_1_3_0core_8_2_0welch1999-08-131-6/+6
|
* * tests/tcltest.test:jenn1999-07-261-145/+211
| | | | | | * library/tcltest1.0/tcltest.tcl: * doc/tcltest.n: Cleaned up code in ::tcltest::PrintError, revised documentation, and added tests for the tcltest package.
* Removed -asidefromdir and -relateddir flags, removed unusedjenn1999-07-091-23/+22
| | | | | ::tcltest::dotests proc, cleaned up implementation of core file checking, and fixed the code that checks for 1-letter flag abbreviations.
* Added flags -limitconstraints, -preservecore, -help, -file, -notfile, ↵jenn1999-06-291-34/+157
| | | | | | | | | | -relateddir, and -asidefromdir to tcltest.tcl. Also added exported proc ::tcltest::getMatchingTestFiles to tcltest.tcl. Modified documentation to match and all.tcl to use the new functionality instead of implementing -file itself. Changed some test names in winPipe.test to remove duplicates.
* This file contains what used to be in the tests/README filejenn1999-06-261-0/+542
and documents the tcltest package.