summaryrefslogtreecommitdiffstats
path: root/tests/testutils.tcl
Commit message (Expand)AuthorAgeFilesLines
* testutils.tcl [pause]: more simplificationFINAL_REVIEWerikleunissen2025-04-011-4/+0
* testutils.tcl [pause]: remove default value for msecs argument. What seems li...erikleunissen2025-03-311-2/+2
* testutils.tcl [_pause]: rename to "pause" and adapt calls in test files.erikleunissen2025-03-311-1/+1
* testutils.tcl [_pause]: correct qualification of wait variable, and optimize ...erikleunissen2025-03-311-7/+6
* Utility domain "select": [setup] -> [selectionSetup]erikleunissen2025-03-301-1/+1
* testutils.tcl: keep alphabetical order (domain "generic")erikleunissen2025-03-301-17/+17
* testutils.tcl [testmenubarheight]: correct condition that tests existence of ...erikleunissen2025-03-291-3/+3
* testutils.tcl [isNative]: arrange in alphabetical ordererikleunissen2025-03-281-26/+26
* Reinstate automatic initialization of dialogType for domain "dialog". The con...erikleunissen2025-03-261-4/+9
* testutils.tcl, domain "dialog": don't export namespace variable dialogTypeerikleunissen2025-03-251-1/+0
* Backout [3783cb47a0] and [5c3431e218] because of unclean importerikleunissen2025-03-251-28/+24
* testutils.tcl [isNative]: correct behaviour for dialog types that don't use d...erikleunissen2025-03-241-0/+5
* choosedir.test, clrpick.test, filebox.test, msgbox.test: automatically determ...erikleunissen2025-03-241-24/+23
* testutils.tcl [setDialogType]: simplifyerikleunissen2025-03-241-5/+5
* Collect variable "isNative" and rename to "dialogIsNative", significantly sim...erikleunissen2025-03-241-2/+25
* testutils.tcl, testutils.test: correct error message (oversight in commit [56...erikleunissen2025-03-231-1/+1
* testutils.tcl [testutils]: make error messages uniformerikleunissen2025-03-221-4/+4
* testutils.tcl [testutils]: simplify error messages. Adapt tests 5.1 and 6.2 i...erikleunissen2025-03-211-2/+2
* testutils.tcl [testutils import]: reuse list of imported namespace variables ...erikleunissen2025-03-211-1/+5
* testutils.tcl [testutils]: simplify previous commit even bettererikleunissen2025-03-201-3/+3
* testutils.tcl [testutils]: a simplificationerikleunissen2025-03-201-4/+4
* Add support for importing utility procs into another namespace than the globa...erikleunissen2025-03-191-29/+35
* Make "testutils import" fail for procs like it does for associated namespace ...erikleunissen2025-03-181-5/+17
* testutils.tcl [testutils]: remove useless condition regarding subcommandserikleunissen2025-03-181-1/+1
* testutils.tcl [testutils]: correct littering of the uplevel call frameerikleunissen2025-03-031-0/+1
* testutils.tcl [testutils]: raise errors more systematicallyerikleunissen2025-03-031-6/+12
* testutils.tcl [testutils export]: don't process $argserikleunissen2025-03-021-0/+1
* testutils [testutils]: correct commit [2ef3bdea]erikleunissen2025-03-021-1/+0
* testutils.tcl [testutils]: new subCmd "export", which takes care of exporting...erikleunissen2025-03-021-19/+34
* testutils.tcl [testutils]: prevent artefacts between subsequent test files in...erikleunissen2025-03-011-12/+19
* testutils.GUIDE: new file documenting the testutils mechanism. This replaces ...erikleunissen2025-02-281-101/+45
* testutils.tcl [createStdAccessProc]: remove since not used anymoreerikleunissen2025-02-281-24/+0
* testutils.tcl [testutils]: make importing and cleanup of associated namespace...erikleunissen2025-02-281-22/+45
* testutils.tcl: move generic utility procs into a child namespace "generic" of...erikleunissen2025-02-271-258/+262
* testutils.tcl [testutils]: remove unused elements: options "-nocommands" and ...erikleunissen2025-02-271-43/+24
* testutils.tcl [init]: remove "args" argument intended for trace callbackerikleunissen2025-02-261-5/+5
* testutils.tcl [testutils]: ... don't unset twiceerikleunissen2025-02-251-11/+8
* testutils.tcl [testutils]: prevent that namespace variables keep the last ass...erikleunissen2025-02-251-0/+11
* testutils.tcl [testutils]: ... and remove corresponding cleanuperikleunissen2025-02-241-3/+0
* testutils.tcl [testutils]: remove remedy for a problem that doesn't existerikleunissen2025-02-241-9/+13
* entry.test, spinbox.test, ttk/entry.test: rename textvariable "x" to "textVar...erikleunissen2025-02-171-3/+3
* Convert from approach B => A (revert access procs to variable references), do...erikleunissen2025-02-171-8/+4
* Replace "namespace import|forget" with "testutils import|forget" for domain "...erikleunissen2025-02-171-1/+17
* testutils.tcl: don't export init proc for domain "scroll"erikleunissen2025-02-171-1/+1
* Convert from approach B => A (keeping an access proc for (x|y)scrollcommand) ...erikleunissen2025-02-171-18/+19
* testutils.tcl [testutils]: remove debug statementserikleunissen2025-02-161-7/+0
* testutils.tcl: adjust init procs for domains "dialog" and "text" to serve as ...erikleunissen2025-02-161-2/+2
* testutlis.tcl [testutils]: specifiy init command with its fully qualified nameerikleunissen2025-02-161-2/+2
* testutlis.tcl [testutils]: add automatic re-initialization of imported namesp...erikleunissen2025-02-161-70/+7
* testutlis.tcl [testutils]: fix bug that caused test file failures on Linux. K...erikleunissen2025-02-161-7/+12