1
0
mirror of https://github.com/nvbn/thefuck.git synced 2024-10-06 02:41:10 +01:00
thefuck/tests/rules
2015-08-27 16:42:09 +03:00
..
__init__.py refact(shells): add and_ method to assemble expressions involving AND 2015-05-16 11:52:50 -03:00
conftest.py refact(shells): add and_ method to assemble expressions involving AND 2015-05-16 11:52:50 -03:00
test_apt_get_search.py Adding rule for trying to search using apt-get 2015-08-25 08:09:31 +02:00
test_apt_get.py #277 Fix the apt_get rule with sudo 2015-08-13 18:29:04 +02:00
test_brew_install.py Add useful constructors for Rule and Command for tests 2015-04-25 02:35:26 +02:00
test_brew_unknown_command.py #298 Suggest more than one result in *_no_command rules 2015-07-29 16:09:26 +03:00
test_brew_upgrade.py Use spaces instead of tabs 2015-06-26 14:50:01 +02:00
test_cargo_no_command.py Add a cargo_no_command rule 2015-06-06 17:22:14 +02:00
test_cd_mkdir.py Use parametrized tests where it possible 2015-04-25 02:54:39 +02:00
test_cd_parent.py Add useful constructors for Rule and Command for tests 2015-04-25 02:35:26 +02:00
test_composer_not_command.py Fix some pep8 issues, mostly spaces 2015-08-17 16:07:10 +02:00
test_cp_omitting_directory.py #289: Add is a directory pattern to cp_omitting_directory rule 2015-07-15 07:12:07 +03:00
test_dirty_untar.py Merge pull request #339 from mcarton/fix-338 2015-08-19 17:19:38 +03:00
test_dirty_unzip.py Fix #338 2015-08-19 11:00:27 +02:00
test_django_south_ghost.py Add rule for django south inconsistent migrations 2015-05-21 00:55:23 +03:00
test_django_south_merge.py Add rule for django south inconsistent migrations 2015-05-21 00:55:23 +03:00
test_docker_not_command.py #298 Suggest more than one result in *_no_command rules 2015-07-29 16:09:26 +03:00
test_dry.py Add a test for the DRY rule 2015-05-08 11:42:00 +02:00
test_fix_alt_space.py Fix tests with python 2 2015-04-25 03:13:57 +02:00
test_fix_file.py Handle columns it the fix_file rule 2015-08-17 16:07:24 +02:00
test_git_add.py test(rules): test other rules involving shells.and_() 2015-05-16 11:53:01 -03:00
test_git_branch_delete.py Add git_branch_delete rule 2015-07-19 13:45:46 +02:00
test_git_branch_list.py Fix some pep8 issues, mostly spaces 2015-08-17 16:07:10 +02:00
test_git_checkout.py #N/A Fix git_checkout tests 2015-07-22 04:52:52 +03:00
test_git_diff_staged.py Fix the git_diff_staged rule 2015-07-21 14:06:37 +02:00
test_git_fix_stash.py Fix some pep8 issues, mostly spaces 2015-08-17 16:07:10 +02:00
test_git_not_command.py Fix some pep8 issues, mostly spaces 2015-08-17 16:07:10 +02:00
test_git_pull_clone.py Add the git_pull_clone rule 2015-07-20 18:58:16 +02:00
test_git_pull.py Add git_pull rule 2015-05-20 02:40:36 +03:00
test_git_push_force.py Add a git_push_force rule 2015-07-20 18:58:11 +02:00
test_git_push_pull.py #295 Add git_push_pull rule 2015-07-20 20:51:18 +03:00
test_git_push.py Support hub as well as git in @git_support 2015-07-21 15:06:04 +02:00
test_git_stash.py Use @git_support in all git_* rules 2015-07-17 13:11:36 +02:00
test_go_run.py Fix some pep8 issues, mostly spaces 2015-08-17 16:07:10 +02:00
test_grep_recursive.py Adding rule for forgotten '-r' when grepping folders 2015-05-15 19:09:14 -03:00
test_gulp_not_task.py #298 Suggest more than one result in *_no_command rules 2015-07-29 16:09:26 +03:00
test_has_exists_script.py Move special data types to types 2015-04-22 23:04:22 +02:00
test_heroku_not_command.py #298 Suggest more than one result in *_no_command rules 2015-07-29 16:09:26 +03:00
test_history.py #N/A Move get_all_executables (formerly get_all_callables) to utils 2015-07-20 21:04:49 +03:00
test_java.py Use spaces instead of tabs 2015-06-26 14:50:01 +02:00
test_javac.py Use spaces instead of tabs 2015-06-26 14:50:01 +02:00
test_lein_not_task.py #334 Speed-up rules with caching for_app decorator 2015-08-27 16:42:09 +03:00
test_ls_lah.py #334 Speed-up rules with caching for_app decorator 2015-08-27 16:42:09 +03:00
test_man_no_space.py add tests for man_no_space 2015-05-08 00:15:57 +05:30
test_man.py Adapt the man rule to #324 2015-07-31 21:41:07 +02:00
test_mercurial.py Fix some spelling mistakes 2015-08-23 21:27:38 +02:00
test_mkdir_p.py Support for hdfs dfs -mkdir -p /directory/subdirectory 2015-08-21 16:05:49 +01:00
test_mvn_no_command.py #35 mvn will auto add clean package 2015-08-26 14:01:36 +01:00
test_mvn_unknown_lifecycle_phase.py Removed debug statement 2015-08-26 15:02:46 +01:00
test_no_command.py #298 Suggest more than one result in *_no_command rules 2015-07-29 16:09:26 +03:00
test_no_such_file.py Add test_not_match to no_such_file tests 2015-07-25 23:26:47 -03:00
test_open.py Fix the open rule 2015-08-17 16:22:05 +02:00
test_pacman_not_found.py Move all app/os specific utils to specific package 2015-08-25 14:09:47 +03:00
test_pacman.py Move all app/os specific utils to specific package 2015-08-25 14:09:47 +03:00
test_pip_unknown_command.py Add useful constructors for Rule and Command for tests 2015-04-25 02:35:26 +02:00
test_python_command.py Add useful constructors for Rule and Command for tests 2015-04-25 02:35:26 +02:00
test_python_execute.py s/compile/execute when talking about Python 2015-06-26 14:54:33 +02:00
test_quotation_marks.py Use spaces instead of tabs 2015-06-26 14:50:01 +02:00
test_rm_dir.py Removed additional assert 2015-08-21 16:06:12 +01:00
test_rm_root.py Use parametrized tests where it possible 2015-04-25 02:54:39 +02:00
test_sed_unterminated_s.py Add a sed_unterminated_s rule 2015-07-04 17:10:11 +02:00
test_sl_ls.py Add useful constructors for Rule and Command for tests 2015-04-25 02:35:26 +02:00
test_ssh_known_host.py Fix #338 2015-08-19 11:00:27 +02:00
test_sudo.py #326 Add support of sudo with pipes 2015-08-11 01:15:05 +03:00
test_switch_lang.py #129 Ignore thefuck alias in switch_lang rule 2015-07-20 19:40:45 +03:00
test_systemctl.py Fix some pep8 issues, mostly spaces 2015-08-17 16:07:10 +02:00
test_tmux.py Adapt the tmux rule to #324 2015-07-31 22:19:16 +02:00
test_tsuru_login.py Add tsuru_login rule 2015-07-25 23:33:38 -03:00
test_tsuru_not_command.py #298 Suggest more than one result in *_no_command rules 2015-07-29 16:09:26 +03:00
test_unknown_command.py Renamed to unknown command to better match current functionality 2015-08-14 09:38:42 +01:00
test_vagrant_up.py Style change 2015-08-20 11:37:49 +01:00
test_whois.py Adapt the whois rule to #342 2015-07-31 22:19:16 +02:00