[GEMINI] Update test imports and mock paths to point to ctf.cli package

This commit is contained in:
venus
2026-07-19 03:39:15 -05:00
parent 0cd24740c8
commit 3c7fedbb13
3 changed files with 5 additions and 7 deletions

View File

@@ -1,7 +1,5 @@
# tests/test_commands.py
from pathlib import Path
from click.testing import CliRunner
from ctf.commands import basic_group
from ctf.cli.basic import basic_group
from ctf.config import Config
# {{{ test_basic_test_cli