Questions tagged [tcltest]

tcltest is a package distributed with Tcl. It is a framework for writing and executing software tests.

You can read more information on tcltest at the Tcler's Wiki.

1 questions
1
vote
3 answers

How to integrate tcltest test suite in git pre-commit hook

I'm working on a TCL project, for which version control is based on Git. So, in order to produce good-quality code, I set up put execution of the tests in pre-commit hook. However, even if they are executed (trace is shown in command-line), and one…
Joël
  • 2,723
  • 18
  • 36