You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Convert documentation to sphinx and extend it a lot!
Allow selecting test cases and test suites using a regular expression as paramter to RunTest.
Define a fixed order of the builtin hooks and the user hooks in which they are called. The begin user hooks are called after the builtin ones, the end user hooks before the builtin ones.
Catch aborts in user hooks
Lots of code cleanup
Output more info on assertion failure
Extend the wave checking assertions
Handle manual aborts during execution better
Add new run mode for automated execution
JUNIT support: Make testcase classname unique for successive runs
Add support for running the unit testing framework in an Independent Module