aboutsummaryrefslogtreecommitdiff
path: root/spec/fs_spec.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* tests: reorganize and speed up unit testsHisham Muhammad2024-02-271-0/+76
* fix(fs): make current_dir always return 1 arg onlyHisham Muhammad2024-02-271-1607/+0
* fix: better normalization for paths and slashesHisham Muhammad2024-02-231-15/+16
* fix deployment on non-wrapped binaries (#1375)Hisham Muhammad2022-02-161-2/+2
* editorconfig: trim trailing whitespaceHisham Muhammad2021-03-161-71/+71
* tests: shorter descriptionsHisham Muhammad2020-02-141-1/+1
* fs.lua: fix error message when source file is missingHisham Muhammad2020-02-051-1/+3
* win32: fix split root for quoted absolute path handlingHisham Muhammad2019-12-121-0/+34
* Add quotes around usernames to handle usernames with space on WindowsStephen Baynham2019-12-021-3/+3
* Tests: add tests for fs.is_file and fs.is_dir with symlinksHisham Muhammad2019-06-061-0/+36
* Tests: add test for fs.wrap_scriptHisham Muhammad2019-04-191-13/+53
* Tests: add shebang test for fs.is_luaHisham Muhammad2018-09-261-0/+6
* fs: fix rwx_to_number, add negated mask modeHisham Muhammad2018-07-261-0/+22
* fs: make unpack_archive platform-agnostic using specific fs functionsHisham Muhammad2018-07-181-0/+16
* Add general improvements to the fs moduleGeorge Roman2018-07-161-17/+19
* Update the behavior of fs.set_permissions on WindowsGeorge Roman2018-07-161-4/+4
* Tests: add tests for the dynamic commandsGeorge Roman2018-07-161-0/+57
* Tests: minor cleanupsHisham Muhammad2018-07-011-5/+5
* cfg, cmd: major reorganizationHisham Muhammad2018-07-011-0/+2
* fs: make module loading side-effect free, require explicit init()Hisham Muhammad2018-07-011-0/+1
* Tests: improve the tests for the fs moduleGeorge Roman2018-06-211-4/+139
* Fix the collecting of coverage data from unit testsGeorge Roman2018-06-121-1/+2
* Tests: collect coverage data from unit tests (#814)George Roman2018-06-051-0/+11
* Fix failing Appveyor testsGeorge Roman2018-06-041-0/+1
* Tests: replace #blackbox with #integration and #whitebox with #unitGeorge Roman2018-06-041-1/+1
* Update fs_spec to use test_env temporary path utilityGeorge Roman2018-05-291-9/+1
* Add tests for fs.downloadGeorge Roman2018-05-281-0/+62
* Improve fs module testsGeorge Roman2018-05-221-0/+289
* Add more tests for the fs moduleGeorge Roman2018-05-181-31/+172
* Update fs module tests to use fs.set_permissionsGeorge Roman2018-05-171-130/+186
* Make copy_contents have the same behaviour on Windows and on UnixGeorge Roman2018-04-241-14/+3
* Add tests for some filesystem functionsGeorge Roman2018-04-191-4/+658
* Tests: add unit test for fs.is_fileHisham Muhammad2018-02-221-0/+36
* Reorganize test suite filesHisham Muhammad2018-01-081-1/+1
* Add a few tests for fs.QPeter Melnichenko2016-10-281-0/+21