Explorar el Código
Bump version
Overview of changes:
* Fixed caseid merging
caseids were not working at all; now it's the "preview" stage.
* Re-introduced session id
In order to be able to re-run tests and avoid conflict without much
hassle, ids are re-introduced; in a bit cleaner way this time,
though.
* Made phase and session verdicts a bit smarter
Don't consider empty phases PASS, propagate ERROR or WARNING to
phase verdict...
* Added jat__die() suicide pill
Will finish test in a way that jattool report is still correct but
it should be clear that the test "panicked".
* Switched to non-deterministic by default
Non-deterministic is easier, and timestamps may be useful.
* Used 'assert' term in ANSI output
* Codebase maintenance