|
|
tcltest tutorial?
I'm looking for some detailed examples of implementing TDD with tcl/
tk. I ran across some references to tcltest, but haven't been able to
turn up anything that really walks one through an implementation.
Can anyone point me to some good tutorials, or even just some well-
documented, well-implemented tcl test code?
|
|
0
|
|
|
|
Reply
|
Todd
|
3/26/2011 11:43:35 PM |
|
On 3/26/11 6:43 PM, Todd A. Jacobs wrote:
> I'm looking for some detailed examples of implementing TDD with tcl/
> tk. I ran across some references to tcltest, but haven't been able to
> turn up anything that really walks one through an implementation.
>
> Can anyone point me to some good tutorials, or even just some well-
> documented, well-implemented tcl test code?
Look at the test in the Tcl distro or in the TclLib distro.
--
+------------------------------------------------------------------------+
| Gerald W. Lester, President, KNG Consulting LLC |
| Email: Gerald.Lester@kng-consulting.net |
+------------------------------------------------------------------------+
|
|
0
|
|
|
|
Reply
|
Gerald
|
3/27/2011 1:09:06 AM
|
|
On Sat, 26 Mar 2011 16:43:35 -0700 (PDT), Todd A. Jacobs
<nospam@codegnome.org> wrote:
> I'm looking for some detailed examples of implementing TDD with tcl/
> tk. I ran across some references to tcltest, but haven't been able to
> turn up anything that really walks one through an implementation.
>
> Can anyone point me to some good tutorials, or even just some well-
> documented, well-implemented tcl test code?
try:
http://www.tclscripting.com.wstub.archive.org/articles/apr06/article1.html
http://www.tclscripting.com.wstub.archive.org/articles/apr06/article2.html
these are quite nice intros
|
|
0
|
|
|
|
Reply
|
ddd
|
3/28/2011 11:56:57 AM
|
|
|
2 Replies
331 Views
(page loaded in 0.041 seconds)
Similiar Articles: how to write .test file using tcltest - comp.lang.tclIf you want to get started with tcltest, search for "tcltest tutorial", "tcltest getting started", or the like. For example, here is one of the result that came up ... Getting Started with tcltest « Hai’s BlogThe Problem I want to use tcltest to unit test my code, but don’t know how to start. The Solution This tutorial will guide you through a step-by-step ... tcltest - Welcome to the Tclers Wiki!Many of my tcltest cases end with a call to "set" (which returns the value of a ... Currently, I'd love to find some help, tutorials, examples, etc. of how others are ... 7/22/2012 5:07:36 PM
|
|
|
|
|
|
|
|
|