Browse Source

JaT v0.0.2 -

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
Alois Mahdal 6 years ago
commit
e7e6ad24f4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      mkit.ini

+ 1
- 1
mkit.ini View File

@@ -1,5 +1,5 @@
1 1
 [project]
2
-    version     = 0.0.1
2
+    version     = 0.0.2
3 3
     name        = JaT
4 4
     tagline     = Just A[nother] Testing library
5 5
     pkgname     = shellfu-bash-jat