summaryrefslogtreecommitdiff
path: root/test/parallel/test-path.js
Commit message (Expand)AuthorAgeFilesLines
* test: add more path.basename() testsBrian White2016-05-181-0/+11
* test: remove duplicate path testsBrian White2016-05-181-25/+0
* path: fix basename() regressionsBrian White2016-05-181-5/+12
* test,benchmark: use deepStrictEqual()Rich Trott2016-04-221-2/+2
* lib,test,tools: alignment on variable assignmentsRich Trott2016-04-181-15/+21
* path: fixing a test that breaks on some machines.Mike Kaufman2016-04-081-1/+2
* path: fix win32.isAbsolute() inconsistencyBrian White2016-04-041-0/+10
* path: assert inputs are stringsBrian White2016-03-171-50/+49
* path: fix normalize for absolutesEvan Lucas2016-03-071-0/+3
* path: fix path.relative() for prefixes at rootOwen Smith2016-02-291-2/+8
* test: add test-cases for posix path.relative()Owen Smith2016-02-271-1/+3
* path: fix win32 relative() for UNC pathsOwen Smith2016-02-271-1/+6
* path: fix win32 relative() when "to" is a prefixOwen Smith2016-02-271-1/+2
* path: fix verbose relative() outputBrian White2016-02-271-1/+2
* src,test,tools: modify for more stringent lintingRich Trott2016-02-181-3/+2
* path: fix input type checking regressionBrian White2016-02-171-0/+45
* test: improve path testsBrian White2016-02-091-178/+276
* test: fix redeclared test-path varsRich Trott2016-02-021-6/+8
* test: use common.isWindows consistentlySakthipriyan Vairamani2015-07-311-9/+7
* test: enable linting for testsRoman Reiss2015-05-191-0/+1
* path: reduce type checking on some methodscjihrig2015-03-191-3/+6
* path: add type checking for path inputscjihrig2015-03-161-6/+26
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* test: split test in parallel/sequentialFedor Indutny2014-12-171-0/+412