MCPcopy Create free account
hub / github.com/alperensert/capmonster_python / test_create_task

Function test_create_task

tests/binance_test.py:27–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25
26@pytest.mark.skipif(API_KEY is None, reason="API_KEY is not set")
27def test_create_task():
28 client = CapmonsterClient(API_KEY, timeout=30.0)
29 task_id = client.create_task(
30 task=BinanceTask(websiteURL=WEBSITE_URL, websiteKey=WEBSITE_KEY, validateId=VALIDATE_ID))
31 assert task_id != 0
32
33
34@pytest.mark.asyncio

Callers

nothing calls this directly

Calls 3

create_taskMethod · 0.95
CapmonsterClientClass · 0.90
BinanceTaskClass · 0.90

Tested by

no test coverage detected