remove unused fixture
This commit is contained in:
@@ -2,6 +2,6 @@ import pytest
|
||||
from helpers import cli
|
||||
|
||||
|
||||
def test_help(capfd: pytest.CaptureFixture) -> None:
|
||||
def test_help() -> None:
|
||||
with pytest.raises(SystemExit):
|
||||
cli.run(["clan-app", "--help"])
|
||||
|
||||
Reference in New Issue
Block a user