test descriptions

This commit is contained in:
Dobromir Popov
2026-07-11 22:25:30 +03:00
parent 7d259d7c9b
commit 7cf8d9bcf3
43 changed files with 876 additions and 265 deletions

View File

@@ -11,7 +11,8 @@ from meshnet_tracker.server import TrackerServer, _NodeEntry, _coverage_percenta
def test_sdk_support_helpers_are_deterministic_without_network():
"""Non-socket coverage for SDK-facing gateway/tracker helper behavior."""
"Non-socket coverage for SDK-facing gateway/tracker helper behavior.\n\nTags: gateway, http, sdk"
address = _payment_address_for_api_key("sdk-key")
nodes = [
_NodeEntry("a", "http://node-a", 0, 15, "stub-model", None, {}, None, 1.0),
@@ -56,7 +57,8 @@ def _register_node(
def test_meshnet_sdk_methods_against_local_network():
"""SDK covers OpenAI chat passthrough plus meshnet wallet/model/cost/request APIs."""
"SDK covers OpenAI chat passthrough plus meshnet wallet/model/cost/request APIs.\n\nTags: gateway, http, sdk"
contracts = LocalSolanaContracts(starting_credit_lamports=0)
contracts.payment.fund_api_key("sdk-key", lamports=2_000_000_000, usdc_micro=123_000_000)