e0c78d9c56
Note that this does NOT port the following command over: ```shell git config --global protocol.file.allow always ``` Doing so would change the git configuration of users running the unit tests locally, and this is not an acceptable outcome. Instead, the git configuration is modified at the CLI using the `-c protocol.file.allow=always` argument to accomplish the same thing without side effects. |
||
---|---|---|
.. | ||
conftest.py | ||
dotbot_plugin_directory.py | ||
dotbot_plugin_file.py | ||
test_bin_dotbot.py | ||
test_clean.py | ||
test_cli.py | ||
test_config.py | ||
test_create.py | ||
test_link.py | ||
test_noop.py | ||
test_shell.py | ||
test_shim.py |