thefuck/tests/rules
nvbn 20f51f5ffe Merge branch 'unzip-clean' of https://github.com/mcarton/thefuck into mcarton-unzip-clean 2015-07-27 17:29: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.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 Improve a logic to get recommended command based on local environment 2015-04-29 15:18:48 +09: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 #N/A Add `docker_not_command` rule 2015-07-24 00:12:29 +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_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 #229 Use closest git command 2015-07-08 21:33:30 +03:00
test_git_pull.py Add `git_pull` rule 2015-05-20 02:40:36 +03:00
test_git_pull_clone.py Add the `git_pull_clone` rule 2015-07-20 18:58:16 +02:00
test_git_push.py Support hub as well as git in @git_support 2015-07-21 15:06:04 +02: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_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 #N/A Add `gulp_not_task` rule 2015-07-24 00:47:57 +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 #N/A Add `heroku_not_command` rule 2015-07-22 04:44:37 +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 Add support of `lein` "is not task" 2015-04-18 23:19:34 +02: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.py refact(man): do not match if there's no argument to man 2015-05-21 00:00:22 -03:00
test_man_no_space.py add tests for man_no_space 2015-05-08 00:15:57 +05:30
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 #N/A Move `get_all_executables` (formerly `get_all_callables`) to `utils` 2015-07-20 21:04:49 +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.py Fix the pacman rule with `sudo` 2015-06-28 22:10:34 +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 Add `dnf history` error for the sudo rule 2015-07-21 12:56:25 +00: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 Use `get_closest` in the tmux rule 2015-07-10 09:49:49 +02:00
test_tsuru_login.py Add `tsuru_login` rule 2015-07-25 23:33:38 -03:00
test_whois.py fix(whois): check if there's at least one argument to `whois` 2015-05-20 13:54:33 -03:00