thefuck/tests/shells
Joseph Frazier 892e8a8e65 Test parsing bash command substitution
This is to help address bad corrections like the following (note the
position of the -p flag):

    thefuck 'git log $(git ls-files thefuck | grep python_command) -p'
    git log $(git ls-files thefuck | grep -p python_command) [enter/↑/↓/ctrl+c]
2016-11-18 14:43:00 -05:00
..
__init__.py #N/A: Split `shells` module 2016-01-23 05:06:22 +03:00
conftest.py #441: Remove shells methods wrappers 2016-01-29 13:09:40 +03:00
test_bash.py Test parsing bash command substitution 2016-11-18 14:43:00 -05:00
test_fish.py #495: Alter history only when configured to do so 2016-04-30 18:39:08 -03:00
test_generic.py ⚠️ #442: Change history only on shell side 2016-02-22 18:31:28 +03:00
test_powershell.py Add Powershell as a supported shell 2016-03-16 16:06:09 -07:00
test_tcsh.py ⚠️ #442: Change history only on shell side 2016-02-22 18:31:28 +03:00
test_zsh.py #301: Set variables within the alias 2016-03-09 21:58:18 -03:00