aboutsummaryrefslogtreecommitdiff
path: root/test/busted/outputHandlers/nvim.lua
Commit message (Collapse)AuthorAge
* test/LSP: assert contents of log fileJustin M. Keyes2020-02-16
|
* tests: busted: nvim handler: display durations always (#11075)Daniel Hahler2019-09-25
| | | | This shows them also with test failures/errors, where it is useful to see how long the test took (for flaky failures running into timeout).
* tests: move "busted" dir to "test" (#10518)Daniel Hahler2019-07-16
* tests: move "busted" dir to "test" It is used for outputHandlers only, and clearly belongs to the tests. Use the full module name with the `-o` option to `busted` then for clarity. * luacheck * test/busted/outputHandlers/TAP.lua: use/extend upstream