aboutsummaryrefslogtreecommitdiff
path: root/busted
Commit message (Collapse)AuthorAge
* tests: Rename neovim output handler to nvimZyX2017-04-10
|
* tests: Skip dumping elapsed times when not availableZyX2017-04-10
| | | | | | Should provide some compatibility with old busted. And also removes duplicate parts from successString and skippedString, making them more like failureString and errorString which do not have times for technical reasons (busted for some reason did not yet compute duration before running the relevant handlers).
* tests: Print description also at the end of the suiteZyX2017-04-10
|
* tests: Use our own output handler on travisZyX2017-04-10
Reasoning: 1. gtest is better then something like utfTerminal, yet it is way too verbose. 2. gtest cannot be configured to show colors always. 3. Actually I am going to add a CMake target which will allow running tests (especially, functional tests) in parallel, but this is not going to work well with any of the default output handlers. Build in this case must be more or less silent, yet debuggable. New handler does not support this in this commit though.