fixing codacy issues
This commit is contained in:
@ -18,7 +18,7 @@ def test_entrypoint():
|
||||
def test_no_command(capsys):
|
||||
with pytest.raises(SystemExit):
|
||||
entrypoint([])
|
||||
out, err = capsys.readouterr()
|
||||
_, err = capsys.readouterr()
|
||||
assert 'error: the following arguments are required: command' in err
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user