summaryrefslogtreecommitdiffstatshomepage
path: root/test/unit/tempfile_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-04-15test: replace busted with local harnessLewis Russell1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
2024-03-11test: correct order of arguments to eq() (#27816)zeertzjq1
2023-04-04test: replace lfs with luv and vim.fsdundargoc1
2022-06-30feat: stdpath('run'), /tmp/nvim.user/ #18993Justin M. Keyes1
2017-03-16unittests: avoid using pattern matching on file namesJohn Szakmeister1
2017-03-12unittests: Use more adequate names for some functionsZyX1
2017-03-11unittests: Do not import libnvim or headers in main processZyX1
2017-03-11unittests: Run all unit tests in their own processesZyX1
2016-07-06os/fs: Rename os_file_exists to os_path_exists (#4973)Daniel Xu1
2016-05-06test/functional: clear the temp directory before each tempfile testJohn Szakmeister1
2016-04-20Merge tempfile.c back into fileio.cJurica Bradaric1
2015-07-01test: Ensure proper initialization in unit/helpers.luaThiago de Arruda1
2014-09-11unit tests: initialize everythingJustin M. Keyes1
2014-09-11unit tests: avoid global scope; add missing cimportsJustin M. Keyes1
2014-07-22Statically allocate NameBuffWayne Rowcliffe1
2014-07-14tempfile.c: add testsPavel Platto1