tcltest tutorial?

  • Follow


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:




7/22/2012 5:07:36 PM


Reply: