Browse Source

Bump version

Overview of changes:

 *  Revamped event data model a bit

    Removed lots of repetition and useless cruft, simplified events.

 *  Added support for multi-line log messages

    Every argument to logging functions will now constitute one line of
    the final message.

    Thx @ester and @magda.

 *  jat__sfinish() will now return informative exit status

    Roughly following TFKit convention

    Case ids dynamically extend test ids from within the test, adding
    further granularity, feature linkage and promise/delivery control.

 *  Added support for t., o., and r. prefixes for assert data

    Allowed these prefixes in data key name to set convention where
    relevancy to test, oracle or and result is made more clear.

 *  Added support for saving exit status into file

    Useful in xcase when we need for the result to stay from one handler
    than other.  In that case local var cannot suffice but since context
    is already driven by working directory, using file is safe---so it's
    than a global variable.

 *  Made reloading more robust

    Now jat__sinit() Won't reload session unless test id and version match

 *  Added support for case ids

 *  Fixed error when submitting without altname

 *  Added test id and version to stderr and log

 *  Codebase cleanups and maintenance
Alois Mahdal 5 years ago
parent
commit
f6efc49c06
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.0
2
+    version     = 0.0.1
3 3
     name        = JaT
4 4
     tagline     = Just A[nother] Testing library
5 5
     pkgname     = shellfu-bash-jat