aboutsummaryrefslogtreecommitdiff
path: root/test/helpers.lua
Commit message (Expand)AuthorAge
* test: improve test conventionsdundargoc2024-04-08
* refactor(watch): general tidy upLewis Russell2024-03-01
* test: fix mkdir()Lewis Russell2024-01-17
* test: move format_{string,luav} to a separate moduleLewis Russell2024-01-17
* test: improve helpers.argss_to_cmd()Lewis Russell2024-01-17
* test: fix helpers.relpath()Lewis Russell2024-01-17
* test: simplify helpers.sysname()Lewis Russell2024-01-17
* test: add type annotationsLewis Russell2024-01-17
* test: remove unused functionsLewis Russell2024-01-17
* test: refactor PathsLewis Russell2024-01-17
* test: remove test.deprecatedLewis Russell2024-01-17
* test: remove helpers.sleep()Lewis Russell2024-01-12
* test: do not inject vim module into global helpersLewis Russell2024-01-12
* refactor: fix luals warningsdundargoc2023-12-30
* test: forward $VIMRUNTIME in child nvim instancesGregory Anders2023-12-07
* test: fileio_spec is unreliable/flaky #26404Justin M. Keyes2023-12-05
* build: enable lintlua for test/unit/ dir #26396Justin M. Keyes2023-12-04
* fix(rpc): "grid_line" event parsing crashes (#25581)LW2023-11-04
* feat(treesitter): improve query error messageAmaan Qureshi2023-08-31
* fix(test): remove test/compat.luaLewis Russell2023-08-13
* feat(treesitter)!: incremental injection parsingLewis Russell2023-08-12
* refactor(unit): add type annotationsLewis Russell2023-04-14
* test: remove penlight usagedundargoc2023-04-14
* test: replace lfs with luv and vim.fsdundargoc2023-04-04
* test: Windows not detected in msys shells #22671Enan Ajmain2023-03-15
* ci: skip core dump checkdundargoc2023-03-05
* feat(ui): restore has('gui_running')Justin M. Keyes2023-02-27
* refactor(tests): move lua-client into core and use it for functionaltestsbfredl2023-02-10
* refactor(tests): lift retry() into assert_log()Justin M. Keyes2023-01-17
* test: use luv.os_uname for fast platform detection (#21157)kylo2522022-12-02
* test: simplify platform detection (#21020)dundargoc2022-11-22
* feat(test): add Lua forms for API methods (#20152)Lewis Russell2022-11-14
* ci: add cirrus to isCI function to skip tests (#20526)dundargoc2022-10-17
* feat(lua): move compat module from runtime to test (#20257)Lewis Russell2022-09-20
* ci: move BSD jobs from sourcehut to Cirrus CI #19616dundargoc2022-09-08
* feat: stdpath('run'), /tmp/nvim.user/ #18993Justin M. Keyes2022-06-30
* build: rename build-related dirsJustin M. Keyes2022-06-28
* fix(tests): remove misleading $TEST_PATH segment #19050Justin M. Keyes2022-06-23
* test(report): formatting, drop dumplog()Justin M. Keyes2022-06-15
* feat(logging): include test-id in log messagesJustin M. Keyes2022-06-15
* test: correct emmylua annotationsDundar Göc2022-02-20
* test: remove checks to see if current CI job is travis or appveyorDundar Göc2022-02-17
* ci: only show last 100 lines of log on errorDundar Göc2022-02-03
* test(helpers): optimize read_file_listglacambre2021-12-08
* feat(lua): enable stack traces in error output (#16228)Gregory Anders2021-11-06
* refactor(tests): remove redir_exec #15718Justin M. Keyes2021-09-19
* fix(test/dumplog): tostring(rv) before formatting as stringSean Dewar2021-09-16
* docs: make Lua docstrings consistent #15255Gregory Anders2021-08-22
* fix(test): Detect more core filenamesJames McCoy2021-04-08
* test: Add GitHub actions support to helpers.isCIJames McCoy2020-11-22