| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | test/LSP: assert contents of log file | Justin M. Keyes | 2020-02-16 |
| | | |||
| * | Fix test/busted/outputHandlers/TAP.lua (#10881) | Daniel Hahler | 2019-08-29 |
| | | | | | | | Extending the original TAP handler was not working as expected. This adds a new function for displaying the log. Ref: https://github.com/neovim/neovim/pull/10876 | ||
| * | tests: move "busted" dir to "test" (#10518) | Daniel Hahler | 2019-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 | |||