Releases: try-php/tapping
Releases · try-php/tapping
Release 0.1.1
[Added]
- Sonar metric
[Fixed]
- Issues raising tech dept
Release 0.1.0
[Added]
-
testfunction that forks off the test as new process
...and renders a progress indicator, aswell as handles success or fail of the test. Since the test is a new process, it is necessary that the process exits like a "normal" process (exit(0) for success, exit(1) for fail). -
flag support for flag
--buildor-b, which exit the parent script with 1 so a ci build would exit -
flag support for flag
--quiteor-qwhich will suppress output of fail information -
added API docs
-
outputprediction -
exceptionprediction -
isprediction -
removed
-
error handler function
[Changed]
-
output to stream write
-
namespace to
Tapping