229 Commits

Author SHA1 Message Date
JP Richardson
39ed5fd034 lib/copy/ncp: renamed from lib/copy/_copy 2015-06-11 10:26:52 -05:00
JP Richardson
f91063043b lib/copy: started refactoring directory structure 2015-06-11 10:24:14 -05:00
JP Richardson
3c1a6c6567 test/copy/async/copy-gh-98: finished test 2015-06-06 22:37:29 -05:00
JP Richardson
f2c2c586dd test/copy/ncp/ncp: added another test
Test from: 3c88d8a3f3/test/ncp.js
2015-06-02 07:49:28 -05:00
JP Richardson
3fac3f31d9 fs-extra: removed 'testutil' dev dep 2015-05-26 10:44:56 -05:00
JP Richardson
48d49ef08a test/copy/copy: removed usage of testutil 2015-05-25 10:28:55 -05:00
JP Richardson
2e9ac77562 test/remove: moved tests 2015-04-27 07:17:25 -05:00
JP Richardson
91149a7efd test/remove: moved some tests 2015-04-25 23:51:55 -05:00
JP Richardson
cc0556bd3e JSS 2015-04-19 04:53:13 -05:00
JP Richardson
fddef1e94a test/copy: added another test 2015-04-19 04:44:50 -05:00
JP Richardson
97bef121f9 test/copy/ncp/ncp-error-perm: skip test in windows 2015-04-18 04:01:32 -05:00
JP Richardson
4cc4c2eac6 test/copy/ncp/ncp-error-perm: created 2015-04-18 03:58:51 -05:00
JP Richardson
931d409429 lib/index: bugfix fs contants. Closes #120 2015-04-17 11:01:22 -05:00
JP Richardson
458c7f0c77 test/copy/ncp/broken-symlink: small test cleanup 2015-04-15 09:25:54 -05:00
JP Richardson
1225fbd30d test/copy/ncp/broken-symlink: deleted file fixtures in place of actually creating them with code (improve Windows tests) 2015-04-15 09:22:45 -05:00
JP Richardson
7f85308079 test/copy/ncp/symlink: deleted file fixtures in place of actually creating them with code (improve Windows tests) 2015-04-15 08:38:10 -05:00
JP Richardson
a05a128108 test/copy/ncp: extract symlink tests into own file 2015-04-15 00:57:56 -05:00
JP Richardson
ddba2b7609 test/mkdirp/umask: skip test in windows 2015-04-15 00:17:15 -05:00
JP Richardson
cf3c44e55f test/mkdirp: more fixes for windows tests 2015-04-15 00:05:05 -05:00
JP Richardson
ed2d4c32dc remove more testutil 2015-04-15 00:04:43 -05:00
JP Richardson
703c184371 test/mkdirp/sync: fix test for windows 2015-04-14 15:21:50 -05:00
JP Richardson
08f4c3ffe1 test/mkdirp/sync: fix test for windows 2015-04-14 15:00:01 -05:00
JP Richardson
ab39b26b15 remove more testutil 2015-04-14 14:55:11 -05:00
JP Richardson
64a3cce133 test/move/move-clobber: trying to improve windows test 2015-04-14 00:04:45 -05:00
JP Richardson
4634eb114f test/move/move-clobber: try to fix windows test 2015-04-13 09:25:50 -05:00
JP Richardson
b89472dc1c test/mkdirp/clobber: trying to fix test for windows 2015-04-13 00:42:27 -05:00
JP Richardson
88392eed72 test/mkdirp/clobber: trying to fix test for windows 2015-04-13 00:24:59 -05:00
JP Richardson
7f24c1179e test/mkdirp/clobber: trying to fix test for windows 2015-04-13 00:13:40 -05:00
JP Richardson
ca15bf2368 removed more testutil 2015-04-12 23:04:57 -05:00
JP Richardson
eca78e3f8a test/mkdirp: forgot to include "path" 2015-04-12 22:28:27 -05:00
JP Richardson
a637f71a86 test/mkdirp: replaced '/' for path.sep 2015-04-12 22:21:09 -05:00
JP Richardson
49a0bef037 removed testutil more 2015-04-12 22:15:08 -05:00
JP Richardson
901d887d2f test/move: forgot done 2015-04-12 09:45:49 -05:00
JP Richardson
e08b4d3a80 test/move: use async beforeEach to improve windows tests 2015-04-12 09:44:58 -05:00
JP Richardson
507460621c more remove testutil 2015-04-12 09:44:28 -05:00
JP Richardson
254ecb2313 removing more testutil 2015-04-11 15:23:54 -05:00
JP Richardson
298f954ae4 test/output: removed testutil 2015-04-11 15:20:05 -05:00
JP Richardson
88ef2354f0 test/mocha: increase timeout 2015-04-11 15:16:45 -05:00
JP Richardson
ba17afdd3a test/json/json: moved here 2015-04-11 15:14:23 -05:00
JP Richardson
131126c1f7 test/json/read: moved 2015-04-10 04:35:03 -05:00
JP Richardson
9ac193ffda test/read: removed testutil 2015-04-10 04:34:02 -05:00
JP Richardson
b24c25b9eb test/remove/remove-dir: change test dir 2015-04-10 04:29:38 -05:00
JP Richardson
ba9e631105 test/remove: placeholder tests 2015-04-10 04:28:37 -05:00
JP Richardson
0b92f17c29 test/remove/remove-dir: created (test if dir does not exist) 2015-04-10 04:24:46 -05:00
JP Richardson
ae34eee0ca test/remove/remove-alias: created 2015-04-10 04:16:25 -05:00
JP Richardson
feeac7576f test/remove/ moved remove tests into here 2015-04-10 04:11:23 -05:00
JP Richardson
7c51598f5f test/mkdirp/umask: rename oct 2015-04-10 03:50:45 -05:00
JP Richardson
356a51e3b3 test/mkdirp/umask: modify tests a bit, trying to get Windows to pass 2015-04-10 03:50:10 -05:00
JP Richardson
a358c2a56c tests/ in afterEach, use remove() instead of removeSync() to fix errors in windows tests 2015-04-09 13:49:50 -05:00
JP Richardson
666e0cca0c test/move/move-clobber: extracted out clobber test into here 2015-04-04 23:40:44 -05:00