Ticket #8 (closed task: fixed)

Opened 6 months ago

Last modified 3 months ago

Provide Testing framework for helma-ng 0.3

Reported by: matthias Assigned to: matthias
Priority: major Milestone: Helma NG 0.3
Component: helma-ng Version:
Keywords: module Cc:

Description

Provide a testing framework, based on jala testing for Helma-NG. This version should be callable via shell. A web user interface may follow later.

Change History

06/13/08 13:53:30 changed by robert

I committed a proposal for a testing framework into the sandbox ([9114]), see my announcement on the list for details.

06/13/08 16:16:29 changed by matthias

That looks very good. I adapted it a little bit to be able to use it outside the shell environment.

changes:

  • always return the testResult
  • testResult has a write() method
  • the write() method takes an optional writer object (which has to provide a writeln() method)

you will find my adapted version here https://dev.helma.org/trac/helma/changeset/9116

09/04/08 08:49:43 changed by hannes

  • status changed from new to closed.
  • resolution set to fixed.

robert's unittest module and an initial test suite is now in helma-ng svn/git.