summaryrefslogtreecommitdiffstats
path: root/tests/testutils.tcl
Commit message (Expand)AuthorAgeFilesLines
* All NOTES sections: "testfile" -> "test file"erikleunissen2025-10-291-1/+1
* Merge trunkerikleunissen2025-10-111-1/+1
|\
| * Spacing fixesjan.nijtmans2025-10-101-1/+1
* | Modify proc childTkProcess to avoid bug [280189e35d], and adapt test send-13....erikleunissen2025-08-131-1/+10
* | Merge trunkerikleunissen2025-08-111-0/+61
|\ \ | |/
| * testutils.tcl [progress.*]: make proc description more succincterikleunissen2025-08-091-3/+4
| * progress.iter -> progress.update: choose a more neutral name that doesn't imp...erikleunissen2025-08-081-1/+1
| * Proc "progress.iter": use a dot to indicate progresserikleunissen2025-07-231-1/+1
| * Rename progress.endtime -> progress.enderikleunissen2025-07-231-1/+1
| * Add procs "progress.*" to monitor progress in a looperikleunissen2025-07-221-0/+20
| * Add granularity argument to dt.reseterikleunissen2025-07-221-1/+5
| * Add base procs "dt.reset" and "dt.get", including testerikleunissen2025-07-211-0/+36
* | Convert code block into utility proc "resetWindows" (domain "generic")erikleunissen2025-08-111-0/+12
|/
* Merge 9.0jan.nijtmans2025-06-261-1/+1
|\
| * Addendum to project "Collect utility procs for the Tk test suite" for proc "c...erikleunissen2025-05-191-17/+9
| * Addendum for proc "Click" to project "Collect utility procs for the Tk test s...erikleunissen2025-05-091-3/+20
| * Accept [718cbc3016]: Collect utility procs for the Tk test suitejan.nijtmans2025-04-301-0/+980
* Remove comments that sow confusionerikleunissen2025-05-181-6/+0
* Merge trunkerikleunissen2025-05-171-1/+1
|\
| * TIP #698: Handle negative screen distancesjan.nijtmans2025-05-151-1/+1
| |\
* | | safePrimarySelection.test, systray.test, unixEmbed.test: simplify to use glob...erikleunissen2025-05-171-17/+15
|/ /
* | testutils.tcl, winDialog.test, winMsgbox.test: combine and collect proc "Clic...erikleunissen2025-05-091-3/+20
|/
* entry.test, testutils.tcl: rename variable "textVar" if it isn't meant to be ...erikleunissen2025-04-201-1/+1
* 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