> Hi,
>
> While working on the CkEditor Integration plugin I have realized I was
> doing manual visual testing of the function that converts from HTML to
> TracWiki syntax.
> I am far from being a JavaScript developer, so I turn to you, and could
> not
> find a relevant example in Trac core. What would be the recommended method
> to replace my manual labor with automated unit tests?
>
> - Itamar.
>

Hi Itamar,

have you looked at the vows test driven development "framework"?

It is quite useful in combination with node, so you can run your
automated tests from the console.

See vowsjs.org and nodejs.org respectively.

Regards

Carsten


-- 
You received this message because you are subscribed to the Google Groups "Trac 
Development" group.
To post to this group, send email to trac-dev@googlegroups.com.
To unsubscribe from this group, send email to 
trac-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-dev?hl=en.

Reply via email to