thefuck/tests/rules
Maciej Mionskowski 360e4673eb Added systemctl rule 2015-06-24 09:36:09 +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 Improve a logic to get recommended command based on local environment 2015-04-29 15:18:48 +09:00
test_brew_upgrade.py Added brew_upgrade rule 2015-06-02 13:23:34 +08: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 #52 Use `cp -a`, add tests 2015-04-20 22:00:37 +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_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_list.py Add a test for git_branch_list rule 2015-06-02 00:17:57 +03:00
test_git_checkout.py test(rules): test other rules involving `shells.and_()` 2015-05-16 11:53:01 -03:00
test_git_diff_staged.py add(rule): add the new git_diff_staged rule 2015-05-29 18:41:53 -03:00
test_git_not_command.py Add useful constructors for `Rule` and `Command` for tests 2015-04-25 02:35:26 +02:00
test_git_pull.py Add `git_pull` rule 2015-05-20 02:40:36 +03:00
test_git_push.py Add useful constructors for `Rule` and `Command` for tests 2015-04-25 02:35:26 +02:00
test_git_stash.py test(rules): test other rules involving `shells.and_()` 2015-05-16 11:53:01 -03:00
test_go_run.py Added go_run rule 2015-06-02 12:05:47 +08:00
test_grep_recursive.py Adding rule for forgotten '-r' when grepping folders 2015-05-15 19:09:14 -03:00
test_has_exists_script.py Move special data types to `types` 2015-04-22 23:04:22 +02:00
test_java.py Added java rule 2015-05-27 15:50:41 +08:00
test_javac.py Added javac rule 2015-05-27 15:47:34 +08: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 #118 Make `ls_lah` disabled by default 2015-04-25 03:42:36 +02: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_mkdir_p.py Use parametrized tests where it possible 2015-04-25 02:54:39 +02:00
test_no_command.py refact(rules.no_command): do not add TF_ALIAS to the “callables” list 2015-06-12 00:49:55 -03:00
test_no_such_file.py Add tests for the `no_such_file` rule 2015-05-15 18:03:33 +02:00
test_open.py Addressed Issue #210 2015-05-23 23:18:15 +08:00
test_pacman.py Fix pacman tests on Arch Linux 2015-05-18 09:41:49 +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_compile.py Added Python Compile Rule 2015-06-21 09:24:27 +08:00
test_quotation_marks.py Added quotation marks rule 2015-06-02 13:18:13 +08: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_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 Fix sudo rule 2015-06-15 17:08:08 -07:00
test_switch_lang.py Use parametrized tests where it possible 2015-04-25 02:54:39 +02:00
test_systemctl.py Added systemctl rule 2015-06-24 09:36:09 +02:00
test_whois.py fix(whois): check if there's at least one argument to `whois` 2015-05-20 13:54:33 -03:00