1
0
Fork 0
mirror of synced 2024-06-16 22:11:13 -04:00
dotbot/test/tests
Anish Athalye c3f271481a Fix handling of base directory
Prior to this patch, Dotbot was relying on running with the base
directory being the current working directory. In practice, it was
relying on the install shim to set up this context. It makes more sense
sense to actually execute `chdir()` within Dotbot itself, rather than
relying on the install shim to do so.
2018-05-24 12:57:49 -04:00
..
clean-missing.bash Add testing framework and tests 2015-05-05 20:11:46 -04:00
clean-nonexistent.bash Add testing framework and tests 2015-05-05 20:11:46 -04:00
clean-outside-force.bash Add force option to clean plugin 2017-03-26 11:19:26 -04:00
clean-outside.bash Add testing framework and tests 2015-05-05 20:11:46 -04:00
config-blank.bash Add testing framework and tests 2015-05-05 20:11:46 -04:00
config-empty.bash Add testing framework and tests 2015-05-05 20:11:46 -04:00
config-json-tabs.bash Use standard library JSON parser for JSON files 2016-01-13 11:29:12 -05:00
config-json.bash Use standard library JSON parser for JSON files 2016-01-13 11:29:12 -05:00
defaults.bash Number repeated names for easier identification 2017-04-18 22:50:28 -04:00
find-python-executable.bash Fix bug in test harness 2018-03-27 21:50:31 -04:00
link-default-source.bash Allow empty link sources 2016-11-23 14:11:45 -05:00
link-environment-user-expansion-target.bash Fix user expansion in link source 2016-08-17 18:27:47 -07:00
link-environment-variable-expansion-source-extended.bash Fix variable expansion in extended syntax 2016-08-02 10:15:27 -07:00
link-environment-variable-expansion-source.bash Add environment variable expansion in link paths 2015-05-12 20:28:58 -04:00
link-environment-variable-expansion-target.bash Add environment variable expansion in link paths 2015-05-12 20:28:58 -04:00
link-environment-variable-unset.bash Add environment variable expansion in link paths 2015-05-12 20:28:58 -04:00
link-force-leaves-when-nonexistent.bash Make force only delete files when target exists 2016-11-17 14:12:22 -05:00
link-force-overwrite-symlink.bash Add testing framework and tests 2015-05-05 20:11:46 -04:00
link-glob-ambiguous.bash Fix tests on Travis CI 2018-04-13 08:49:02 -04:00
link-glob-multi-star.bash Add tests for globbing 2018-04-13 08:49:02 -04:00
link-glob.bash Add tests for globbing 2018-04-13 08:49:02 -04:00
link-leaves-file.bash Add testing framework and tests 2015-05-05 20:11:46 -04:00
link-relative.bash Add functionality to create relative links 2016-02-14 23:06:52 -05:00
link-relink-leaves-file.bash Add testing framework and tests 2015-05-05 20:11:46 -04:00
link-relink-overwrite-symlink.bash Add testing framework and tests 2015-05-05 20:11:46 -04:00
link-relink-relative-leaves-file.bash Number repeated names for easier identification 2017-04-18 22:50:28 -04:00
plugin-dir.bash Fix handling of base directory 2018-05-24 12:57:49 -04:00
plugin.bash Fix handling of base directory 2018-05-24 12:57:49 -04:00
shell-allow-stdout.bash Add testing framework and tests 2015-05-05 20:11:46 -04:00
shell-compact-stdout.bash Fix bug with shell defaults 2017-06-27 21:27:50 -07:00
shell-disables-stdout.bash Add testing framework and tests 2015-05-05 20:11:46 -04:00
shell-override-default.bash Fix bug with shell defaults 2017-06-27 21:27:50 -07:00