Home

History Key

  • New content
  • Removed content

Recent Versions

Choose two versions to compare, or click the link to view it.

  1. 6. almost 4 years by Anonymous
  2. 5. almost 4 years by ania.pawelczyk
  3. 4. almost 4 years by ania.pawelczyk
  4. 3. almost 4 years by ania.pawelczyk
  5. 2. almost 4 years by ania.pawelczyk
  6. 1. almost 4 years by ania.pawelczyk
 
Updating Tk test suite
Google Summer of Code Project

by Ania Pawelczyk (ania.pawelczyk@gmail.com) mentored by Jeffrey Hobbs

Abstract:
The tcltest package provides several utility commands useful in the construction of test suites for code instrumented to be run by evaluation of Tcl commands. Notably the built-in commands of the Tcl library itself are tested by a test suite using the tcltest package.

The Tk test system still uses primarily tcltest v1, and would benefit from an update to tcltest v2 and a full reexamination of out-dated tests. The test suite should gain independence from the system's settings that test is made on. This all leads to improvement of testing capabilities.