1
0
mirror of https://github.com/nvbn/thefuck.git synced 2024-10-06 02:41:10 +01:00
thefuck/tests/rules
2015-08-13 18:16:25 +02: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.py test(rules): test other rules involving shells.and_() 2015-05-16 11:53:01 -03: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 Add useful constructors for Rule and Command for tests 2015-04-25 02:35:26 +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 Add tests for the dirty_untar rule 2015-07-25 23:06:20 +02:00
test_dirty_unzip.py Add tests for the dirty_unzip rule 2015-07-25 23:06:00 +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 Test if the file exists in the fix_file rule 2015-07-30 16:42:00 +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 Add a test for git_branch_list rule 2015-06-02 00:17:57 +03: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 Add the git_fix_stash rule 2015-07-22 23:27:53 +02:00
test_git_not_command.py #298 Suggest more than one result in *_no_command rules 2015-07-29 16:09:26 +03: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 Use spaces instead of tabs 2015-06-26 14:50:01 +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 #298 Suggest more than one result in *_no_command rules 2015-07-29 16:09:26 +03:00
test_ls_lah.py fix(rules.ls_lah): make sure script starts with ls 2015-07-03 14:24:45 -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 improve(rules): add mercurial (hg) support 2015-07-06 21:37:31 -03:00
test_mkdir_p.py Use parametrized tests where it possible 2015-04-25 02:54:39 +02: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 Use spaces instead of tabs 2015-06-26 14:50:01 +02:00
test_pacman_not_found.py Add the pacman_not_found rule 2015-08-13 18:16:25 +02:00
test_pacman.py Create thefuck.archlinux 2015-08-13 18:07:24 +02: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 Use parametrized tests where it possible 2015-04-25 02:54:39 +02: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 #102 Use side_effect in ssh_known_host rule 2015-05-01 04:41:33 +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 Added systemctl rule 2015-06-24 09:36:09 +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_whois.py Adapt the whois rule to #342 2015-07-31 22:19:16 +02:00