Start support for git aliases

This commit is contained in:
mcarton
2015-07-16 20:23:31 +02:00
parent 78769e4fbc
commit b3e09d68df
4 changed files with 32 additions and 3 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ class TestGetCommand(object):
shell=True,
stdout=PIPE,
stderr=PIPE,
env={'LANG': 'C'})
env={'LANG': 'C', 'GIT_TRACE': 1})
@pytest.mark.parametrize('args, result', [
(['thefuck', 'ls', '-la'], 'ls -la'),