1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 22:04:44 +00:00
Commit Graph

267 Commits

Author SHA1 Message Date
deadc0de6
43ab41bb1f add config option workdir_compare 2021-11-01 21:49:05 +01:00
deadc0de6
42dc86366e workdir compare 2021-11-01 21:44:03 +01:00
deadc0de6
6e0d369038 fix clear workdir tests 2021-10-30 14:41:33 +02:00
deadc0de6
2867b13aec where is workdir on cicd 2021-10-29 18:37:39 +02:00
deadc0de6
fe43612aef more logs for tests 2021-10-29 18:27:16 +02:00
deadc0de6
0193d184ef add test for clear_workdir 2021-10-29 18:18:15 +02:00
deadc0de6
7aa4832ce0 log test progress 2021-10-21 21:36:44 +02:00
deadc0de6
b225812702 fix test 2021-10-21 21:36:34 +02:00
deadc0de6
e8bc0bba2f clean tests 2021-10-19 22:49:46 +02:00
deadc0de6
f4cff17f1b add tests cleaning 2021-10-19 22:18:39 +02:00
deadc0de6
cc36899a7d fix tests 2021-10-12 21:09:46 +02:00
deadc0de6
d1a9696499 add compare test 2021-10-12 21:01:42 +02:00
deadc0de6
ab18239a12 fix update on dotfiles for #328 2021-10-12 19:10:25 +02:00
deadc0de6
bc8346d7cb adding chmod_on_import option for #324 2021-10-10 14:21:49 +02:00
John T. Wodder II
60550424ca Proofread docs 2021-10-05 12:14:42 -04:00
deadc0de6
dadb16a3c2 fix tests 2021-09-24 21:17:38 +02:00
deadc0de6
21a4c89c11 more tests for uservariables 2021-09-24 21:10:17 +02:00
deadc0de6
493583fa5d more tests for uservariables 2021-09-24 21:07:35 +02:00
deadc0de6
64eb15f97e change precedence of uservariables 2021-09-23 21:05:51 +02:00
deadc0de6
ac4c6213b1 uservariables takes precendence over other variables 2021-09-22 11:31:52 +02:00
deadc0de6
aa8e1d8b3e adding tests for #318 2021-09-22 11:25:44 +02:00
deadc0de6
56a707183b fix tests 2021-07-15 10:36:28 +02:00
deadc0de6
8611867ac3 update tests 2021-07-15 09:35:22 +02:00
deadc0de6
5771e65163 adding test for #314 2021-07-15 08:51:30 +02:00
deadc0de6
275645bab7 fix instignore when installing link_children 2021-07-15 08:50:40 +02:00
deadc0de6
44791be119 test compare -L 2021-06-13 14:05:30 +02:00
deadc0de6
6b715bee3d update tests 2021-04-30 21:54:51 +02:00
deadc0de6
54c6aa7bb7 tests verbosity 2021-04-29 15:27:30 +02:00
deadc0de6
34167c2405 Merge branch 'master' of github.com:deadc0de6/dotdrop 2021-03-15 07:49:18 +01:00
deadc0de6
82569b3057 add force_chmod for #304 2021-03-15 07:49:09 +01:00
deadc0de6
883fa10471 add test for #303 2021-03-08 13:19:26 +01:00
deadc0de6
f4ab927c9b fix and tests for #302 2021-02-17 13:40:55 +01:00
Marcel Robitaille
369c52e382 Add tests for ignore-missing on compare 2021-02-06 22:49:46 -05:00
Marcel Robitaille
bb586d6083 Add tests for ignore-missing on update 2021-02-06 22:46:19 -05:00
Joey Territo
6d5955b0a5 Add documentation for the "negative ignore pattern" feature 2020-12-28 22:00:35 -05:00
Joey Territo
ccd3133ebd Add warning for when negative ignore does not match an ignored file 2020-12-23 20:52:32 -05:00
Joey Territo
963a848b2b Add unit tests for relative negative ignore pattern in update command 2020-12-22 21:36:48 -05:00
Joey Territo
4d2f9bd285 Add unit test for negative ignore patterns in import command 2020-12-22 20:43:29 -05:00
Joey Territo
f694cdcbb7 Add unit test for global negative ignore patterns in update command 2020-12-21 20:30:47 -05:00
Joey Territo
4cd6d3bd24 Add unit test for global negative ignore patterns in compare command 2020-12-21 18:08:53 -05:00
Joey Territo
c0a192ea12 Fix typo in install-negative-ignore.sh: converage -> coverage 2020-12-21 17:39:43 -05:00
Joey Territo
4d827e8d3d Add more test cases to the update-negative-ignore test 2020-12-20 14:03:38 -05:00
Joey Territo
39ff71b5c2 Add unit test for negative ignore patterns in update command 2020-12-18 18:55:20 -05:00
Joey Territo
e1eb5f99c1 Add unit tests for relative negative ignore pattern in compare command 2020-12-16 18:10:02 -05:00
Joey Territo
b09651be74 Fix unit test for negative ignore patterns in compare command
See explanation in commit a73cfc2 for explanation
2020-12-15 22:02:58 -05:00
Joey Territo
a73cfc2ef7 Fix unit test for negative ignore patterns in install command
On macOS, creating a temporary directory creates a hard link to a file with a different name, which causes dotdrop to think it is importing a symlink. This causes the unit tests to fail as dotdrop attempts to ask the user if it should dereference the symlink, but dotdrop is not connected to stdin when the shell script tests are running so dotdrop crashes with an EOFError. The solution is to pass the -f flag when invoking `dotdrop import` in tests.
2020-12-15 21:34:30 -05:00
Joey Territo
0b58578aa0 Add unit test for negative ignore patterns in compare command 2020-12-14 20:32:25 -05:00
Joey Territo
10f9f7917e Add unit test for negative ignore patterns in install command 2020-12-14 19:24:45 -05:00
deadc0de6
f6ac82082f update tests 2020-12-11 19:44:44 +01:00
deadc0de6
1cde6c0988 adding test for #296 2020-12-11 16:57:33 +01:00