feat: update README and pyproject description; enhance test docstrings for clarity and consistency

This commit is contained in:
bohd4nx
2026-03-21 17:51:19 +02:00
parent 6e4d4da740
commit 327ca35190
13 changed files with 44 additions and 43 deletions
+2 -5
View File
@@ -1,14 +1,11 @@
"""Unit tests for get_wallet — mocked network calls."""
"""Unit tests for get_wallet()wallet address and TON balance lookup."""
from unittest.mock import AsyncMock, MagicMock, patch
import pytest
from pyfragment import FragmentClient, WalletInfo
FAKE_ADDRESS = "UQCppfw5DxWgdVHf3zkmZS8k1mt9oAUYxQLwq2fz3nhO8No5"
FAKE_BALANCE_NANOTON = 1_500_000_000 # 1.5 TON
from tests.shared import FAKE_ADDRESS, FAKE_BALANCE_NANOTON
# Wallet mocked tests