1
0
mirror of https://github.com/nvbn/thefuck.git synced 2024-10-06 10:51:11 +01:00
thefuck/tests
mcarton 3173ef10c6 Change the message when expecting side effect
The previous behavior is really surprising:
```
    some_command* [enter/ctrl+c]
   |<~~~~~~~~~~~>|<~~~~~~~~~~~~>|
   |  bold text  | normal weight|
```
as if the '*' is part of the command to be executed.
The new behavior is:
```
    some_command (+side effect) [enter/ctrl+c]
   |<~~~~~~~~~~>|<~~~~~~~~~~~~~~~~~~~~~~~~~~~>|
   |  bold text |        normal weight        |
```
2015-07-25 23:10:21 +02:00
..
functional Improve assertions in func tests 2015-07-25 21:02:04 +03:00
rules Add tests for the dirty_untar rule 2015-07-25 23:06:20 +02:00
__init__.py Fix tests with python 2 2015-04-25 03:13:57 +02:00
conftest.py #N/A Add history rule 2015-07-10 17:58:41 +03:00
test_conf.py Improve tests with mocker 2015-05-07 13:42:52 +02:00
test_logs.py #280: Add debug output 2015-07-15 07:47:54 +03:00
test_main.py Change the message when expecting side effect 2015-07-25 23:10:21 +02:00
test_shells.py Make thefuck-alias generated alias a parameter 2015-07-20 13:35:22 +02:00
test_types.py #102 Add support of rules with side effects 2015-05-01 04:39:37 +02:00
test_utils.py #N/A Add replace_argument helper 2015-07-24 00:39:56 +03:00
utils.py Allow rules to correct commands that time out 2015-07-25 23:04:08 +02:00