- yaml for case config - config option to redirect stdout to log file - bug-fix: max thread count not works in concorrence mode
0.6.1
-------------
Released on 2020-09-07
- bug-fix: add project instance path to sys.path for api mode
0.6.0
-------------
Released on 2020-04-24
- run suite/cases with multiprocessing thread pool under `concorrence` mode
0.5.4
-------------
Released on 2020-04-17
- bug-fix: basestring not defined in python3, use str instead - bug-fix: load config module from current case in case template file - remove 0.5.3 due to duplicated release
0.5.2
-------------
Released on 2019-07-24
- run suite/cases with multiprocess pool under `concorrence` mode - bug-fix: unicode not defined in python3
0.5.1
-------------
Released on 2019-07-15
- README updated - add `call` to call minimo main function in api mode