Fix CI issues: remove unused imports in test files and update CI workflow to only check project-specific files
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-03-22 18:23:36 +00:00
parent 2c72446c0b
commit c59de906df

View File

@@ -1,4 +1,3 @@
import pytest
from click.testing import CliRunner
from shell_history_search.cli import cli
@@ -68,4 +67,4 @@ class TestCLI:
def test_verbose_flag(self):
runner = CliRunner()
result = runner.invoke(cli, ["-v", "stats"])
assert result.exit_code == 0
assert result.exit_code == 0