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