thefuck/tests
Nils Winkler d12a8bcdd8 Added cd_mkdir rule
This fixes #50 and #98.

```bash
$ cd foo/bar/baz
cd: foo: No such file or directory
$ fuck
mkdir -p foo/bar/baz && cd foo/bar/baz
```

Added matchers for both Bash and sh error messages. Depending on your
default shell, the messages might be slightly different.
2015-04-24 08:52:39 +02:00
..
rules Added cd_mkdir rule 2015-04-24 08:52:39 +02:00
test_conf.py Move special data types to `types` 2015-04-22 23:04:22 +02:00
test_logs.py Use colorama for colored output 2015-04-22 06:03:06 +02:00
test_main.py Move special data types to `types` 2015-04-22 23:04:22 +02:00
test_types.py Move special data types to `types` 2015-04-22 23:04:22 +02:00
test_utils.py Move special data types to `types` 2015-04-22 23:04:22 +02:00