aboutsummaryrefslogtreecommitdiff
path: root/test/unit/testtest_spec.lua
Commit message (Collapse)AuthorAge
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
|
* test: improve test conventionsdundargoc2024-04-08
| | | | Work on https://github.com/neovim/neovim/issues/27004.
* unittests: Collect tracesZyX2017-04-01
| | | | | | | | | | | Some benchmarks: MAIN_CDEFS + NO_TRACE: 3.81s user 1.65s system 33% cpu 16.140 total MAIN_CDEFS: 73.61s user 10.98s system 154% cpu 54.690 total NO_TRACE: 18.49s user 4.30s system 73% cpu 30.804 total (default): 77.11s user 14.74s system 126% cpu 1:12.79 total
* unittests: Split itp implementation into multiple functionsZyX2017-04-01
|
* unittests: Do not hang when error message is too longZyX2017-04-01