Skip to content

Commit be53267

Browse files
committed
test: add tests for misc treasury-address command
Add unit and integration tests for the treasury-address CLI command in tests/cli/test_misc.py. Tests cover mocked functionality and help command verification.
1 parent 0b3c4f6 commit be53267

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/cli/test_misc.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from unittest.mock import Mock, patch
22

3-
import pytest
43
from typer.testing import CliRunner
54

65
from torusdk.cli.misc import misc_app

0 commit comments

Comments
 (0)