#74 Don't fail when runned without args
This commit is contained in:
@@ -61,6 +61,7 @@ def test_get_command():
|
||||
stdout=PIPE,
|
||||
stderr=PIPE,
|
||||
env={'LANG': 'C'})
|
||||
assert main.get_command(Mock(), ['']) is None
|
||||
|
||||
|
||||
def test_get_matched_rule():
|
||||
|
||||
Reference in New Issue
Block a user