summaryrefslogtreecommitdiffstats
path: root/doc/tcltest.n
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-03-26 23:51:34 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-03-26 23:51:34 (GMT)
commitf7123ccfd4a4cb32d8691f19b593337091b2431b (patch)
tree75ee29683b283e69f4d92c4a408be419db158c19 /doc/tcltest.n
parentde3b86108fb5bc2c5e082737c35ca6a8652cdd4a (diff)
downloadtcl-f7123ccfd4a4cb32d8691f19b593337091b2431b.zip
tcl-f7123ccfd4a4cb32d8691f19b593337091b2431b.tar.gz
tcl-f7123ccfd4a4cb32d8691f19b593337091b2431b.tar.bz2
update docs for latest change
Diffstat (limited to 'doc/tcltest.n')
-rw-r--r--doc/tcltest.n9
1 files changed, 3 insertions, 6 deletions
diff --git a/doc/tcltest.n b/doc/tcltest.n
index 2b66931..23740dc 100644
--- a/doc/tcltest.n
+++ b/doc/tcltest.n
@@ -8,7 +8,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: tcltest.n,v 1.39 2003/03/08 21:42:47 dgp Exp $
+'\" RCS: @(#) $Id: tcltest.n,v 1.40 2003/03/26 23:51:34 dgp Exp $
'\"
.so man.macros
.TH "tcltest" n 2.2 tcltest "Tcl Bundled Packages"
@@ -18,7 +18,7 @@
tcltest \- Test harness support code and utilities
.SH SYNOPSIS
.nf
-\fBpackage require tcltest ?2.2?\fR
+\fBpackage require tcltest ?2.2.3?\fR
.sp
\fBtcltest::test \fIname description ?option value ...?\fR
\fBtcltest::test \fIname description ?constraints? body result\fR
@@ -32,12 +32,10 @@ tcltest \- Test harness support code and utilities
\fBtcltest::cleanupTests \fI?runningMultipleTests?\fR
\fBtcltest::runAllTests\fR
.sp
-.VS 2.1
\fBtcltest::configure\fR
\fBtcltest::configure \fIoption\fR
\fBtcltest::configure \fIoption value ?option value ...?\fR
\fBtcltest::customMatch \fImode command\fR
-.VE
\fBtcltest::testConstraint \fIconstraint ?value?\fR
\fBtcltest::outputChannel \fI?channelID?\fR
\fBtcltest::errorChannel \fI?channelID?\fR
@@ -200,7 +198,6 @@ the configurable options of \fBtcltest\fR. See \fBRUNNING ALL TESTS\fR
below for a complete description of the many variations possible
with [\fBrunAllTests\fR].
.SH "CONFIGURATION COMMANDS"
-.VS
.TP
\fBconfigure\fR
Returns the list of configurable options supported by \fBtcltest\fR.
@@ -238,7 +235,6 @@ is evaluated in the global namespace.
The completed script is expected to return a boolean value indicating
whether or not the results match. The built-in matching modes of
[\fBtest\fR] are \fBexact\fR, \fBglob\fR, and \fBregexp\fR.
-.VE
.TP
\fBtestConstraint \fIconstraint ?boolean?\fR
Sets or returns the boolean value associated with the named \fIconstraint\fR.
@@ -754,6 +750,7 @@ doesn't match any of the tests that were specified using by
[\fBconfigure -match\fR] (userSpecifiedNonMatch) or matches any of
the tests specified by [\fBconfigure -skip\fR] (userSpecifiedSkip). Also
print warnings about possible lack of cleanup or balance in test files.
+Also print warnings about any re-use of test names.
.IP 2
Display the flag array parsed by the command line processor, the
contents of the ::env array, and all user-defined variables that exist