diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2025-10-31 19:28:42 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2025-10-31 19:28:42 (GMT) |
| commit | c25f14940d3c7823cae0a783f34c6f147518a1b3 (patch) | |
| tree | d598543193e4ffbb2336840441fd696a854ab6cc /tests/testutils.GUIDE | |
| parent | 3d21e16ae679d4c1ae0b73441536c7429a72657d (diff) | |
| parent | 2f48a0563a693aeccaf7550989d0539a3c940d95 (diff) | |
| download | tk-core-tk-print-fixes.zip tk-core-tk-print-fixes.tar.gz tk-core-tk-print-fixes.tar.bz2 | |
Merge trunkcore-tk-print-fixes
Diffstat (limited to 'tests/testutils.GUIDE')
| -rw-r--r-- | tests/testutils.GUIDE | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/tests/testutils.GUIDE b/tests/testutils.GUIDE index 5125f5e..d789185 100644 --- a/tests/testutils.GUIDE +++ b/tests/testutils.GUIDE @@ -124,9 +124,8 @@ mechanism, whether debugging or improving it otherwise. B1. Files and file loading -------------------------- The entire testutils mechanism is implemented in a single file "testutils.tcl". -This file is sourced on behalf of each test file by a command in the file -"main.tcl", which in turn is loaded through the tcltest option "-loadfile" in -the file "all.tcl". +This file is sourced by the file "main.tcl", which in turn is sourced by +each testfile. B2. Importing procs and associated namespace variables ------------------------------------------------------ @@ -167,8 +166,8 @@ Note that the namespace variables "doneNess" and "seasonings" are initialized with a value, while the namespace variable "tasteVerdict" is not. Both variants of declaring/defining a namespace variable are supported. -B3. Tricky aspects of repeated initialization ---------------------------------------------- +B3. Tricky aspects of repeated initialization (in mode "-singleproc 1") +----------------------------------------------------------------------- While the entire Tk test suite is running, many test files are loaded, each of which may import and subsequently forget utility domains. When tracking a single utility domain across test files that come and go, associated namespace variables |
