aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/load.vim
Commit message (Collapse)AuthorAge
* test: move oldtests to test directory (#22536)dundargoc2023-03-07
| | | | | The new oldtest directory is in test/old/testdir. The reason for this is that many tests have hardcoded the parent directory name to be 'testdir'.
* tests: include `timer_start` in duration #10772Daniel Hahler2019-08-14
| | | | This should not make much of a difference, but increases the timeout when `load_factor` is used slightly.
* test: share implementation of testdir/load.vimJustin M. Keyes2019-05-18
| | | | | | | Also, don't compute load factor unless load_adjust() was called, it slows down the test suite. ref #9292
* tests: load-adjust timer tests (oldtest)Marco Hinz2019-01-17