mirror of
1
0
Fork 0
dotbot/tests
Kurt McKee e0c78d9c56
Resolve merge conflicts
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.
2022-12-16 13:52:33 -06:00
..
conftest.py Account for MacOS and Windows temp directory issues 2022-05-18 06:37:48 -05:00
dotbot_plugin_directory.py Add isort as a tox environment, and run it 2022-05-13 10:44:29 -05:00
dotbot_plugin_file.py Add isort as a tox environment, and run it 2022-05-13 10:44:29 -05:00
test_bin_dotbot.py Migrate the bin/dotbot script test to Python 2022-05-13 10:44:29 -05:00
test_clean.py Enforce platform-specific CPython version requirements for Windows in tox 2022-05-13 10:44:29 -05:00
test_cli.py Add black as tox environment, and run it 2022-05-13 10:44:29 -05:00
test_config.py Migrate config-* tests to Python 2022-05-13 10:44:29 -05:00
test_create.py Add black as tox environment, and run it 2022-05-13 10:44:29 -05:00
test_link.py Enforce platform-specific CPython version requirements for Windows in tox 2022-05-13 10:44:29 -05:00
test_noop.py Add a test framework for all supported Python versions 2022-05-13 10:44:29 -05:00
test_shell.py Resolve merge conflicts 2022-12-16 13:52:33 -06:00
test_shim.py Resolve merge conflicts 2022-12-16 13:52:33 -06:00