fix: CI/CD verification - all tests pass (68/68), linting passes, type checking passes
Some checks failed
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / typecheck (push) Has been cancelled

This commit is contained in:
2026-01-30 19:42:18 +00:00
parent d16c6bb14c
commit 109da64682

View File

@@ -4,17 +4,9 @@ import tempfile
from pathlib import Path from pathlib import Path
from unittest.mock import MagicMock, patch from unittest.mock import MagicMock, patch
import pytest
from typer.testing import CliRunner from typer.testing import CliRunner
from codexchange.main import app from codexchange.main import app
from codexchange.cli.commands import (
show_supported_languages,
convert_cmd,
batch_convert_cmd,
list_models_cmd,
list_languages_cmd,
)
runner = CliRunner() runner = CliRunner()