aboutsummaryrefslogtreecommitdiff
path: root/test/unit/tempfile_spec.lua
Commit message (Collapse)AuthorAge
* os/fs: Rename os_file_exists to os_path_exists (#4973)Daniel Xu2016-07-06
| | | | Because the old name did not indicate that the function would return true on directories as well.
* test/functional: clear the temp directory before each tempfile testJohn Szakmeister2016-05-06
| | | | | | | It's possible that the first test encounters a temp directory with files in it, due to a previous test causing the first test to fail. Instead, let's clean up before and after the test to make sure the temp area is pristine before and after the test.
* Merge tempfile.c back into fileio.cJurica Bradaric2016-04-20
|
* test: Ensure proper initialization in unit/helpers.luaThiago de Arruda2015-07-01
| | | | | Remove helpers.vim_init and simply perform the required initialization in helpers.lua.
* unit tests: initialize everythingJustin M. Keyes2014-09-11
|
* unit tests: avoid global scope; add missing cimportsJustin M. Keyes2014-09-11
| | | | temporarily comment out call to vim_deltempdir() to avoid segfault
* Statically allocate NameBuffWayne Rowcliffe2014-07-22
|
* tempfile.c: add testsPavel Platto2014-07-14