1
0
Fork 0
mirror of synced 2024-12-22 06:01:07 -05:00
dotbot/tests
Anish Athalye def05688c0 Make Dispatcher have all plugins by default
This used to be the behavior, and then
b5499c7dc5 changed this, breaking some
plugins (some of which subsequently implemented workarounds). This patch
restores the behavior, so that if a Dispatcher is constructed without
explicitly passing in plugins, it has access to all plugins.

This change seems safe, in that it's unlikely that any plugins were
relying on the behavior between b5499c7dc5
and this patch, where a Dispatcher without an explicit plugin list
behaved as if there were no plugins---because such a Dispatcher is not
very useful!
2024-12-08 18:15:08 -05:00
..
conftest.py Resolve a Python 3.12 DeprecationWarning 2023-09-10 10:27:54 -05:00
dotbot_plugin_context_plugin.py Make set of plugins available in context 2024-12-07 18:24:32 -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_dispatcher_no_plugins.py Make Dispatcher have all plugins by default 2024-12-08 18:15:08 -05:00
dotbot_plugin_file.py Add isort as a tox environment, and run it 2022-05-13 10:44:29 -05:00
dotbot_plugin_issue_357.py Fix issue with duplicate execution of plugins 2024-12-07 18:34:56 -05:00
test_bin_dotbot.py Drop support for Python 2 and Python < 3.6 2023-09-09 20:57:01 -04: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 Make Dispatcher have all plugins by default 2024-12-08 18:15:08 -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 Drop support for Python 2 and Python < 3.6 2023-09-09 20:57:01 -04: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 Drop support for Python 2 and Python < 3.6 2023-09-09 20:57:01 -04:00