1
0
mirror of https://github.com/nvbn/thefuck.git synced 2024-10-05 18:31:10 +01:00
thefuck/tests/entrypoints
Joris Hartog 0f4a523dc4 Encapsulate force_command in _get_raw_command
Using the `force_command` argument will run into issues as the
`_get_raw_command` method simply returns the value of `force_command`
(which is a string) while it should actually return a list.

Fix #1240
2021-12-20 00:05:47 +01:00
..
__init__.py #N/A: Reorganize entrypoints 2017-09-02 09:30:03 +02:00
test_alias.py #1215: Initiate settings before printing the alias 2021-07-21 13:09:19 +02:00
test_fix_command.py Encapsulate force_command in _get_raw_command 2021-12-20 00:05:47 +01:00
test_not_configured.py #N/A: Reorganize entrypoints 2017-09-02 09:30:03 +02:00