aboutsummaryrefslogtreecommitdiff
path: root/test/unit/path_spec.lua
Commit message (Collapse)AuthorAge
* test/unit: clean up according to luacheckMarco Hinz2015-11-23
|
* os/path: Fix path_get_absolute_path for top-level pathsThiago de Arruda2015-09-18
| | | | Close #2833
* tests: Fix test setup/teardown in path_spec.lua #2402David Bürgin2015-04-12
| | | | | | | | A call to lfs.mkdir instead of lfs.rmdir left a temp directory hanging around. Changed to do proper setup/teardown using {before,after}_each. Helped-by: Scott Prager <splinterofchaos@gmail.com> Suggested-by: Scott Prager <splinterofchaos@gmail.com>
* path_fix_case: unit testScott Prager2015-03-31
|
* unit tests: avoid global scope; add missing cimportsJustin M. Keyes2014-09-11
| | | | temporarily comment out call to vim_deltempdir() to avoid segfault
* unittest: convert path_spec.moon to luaThiago de Arruda2014-08-31