()
| 30 | @pytest.mark.asyncio |
| 31 | @pytest.mark.skipif(API_KEY is None, reason="API_KEY is not set") |
| 32 | async def test_create_task_async(): |
| 33 | client = CapmonsterClient(API_KEY, timeout=30.0) |
| 34 | task_id = await client.create_task_async(task=GeeTestV4Task(websiteURL=WEBSITE_URL, gt=GT)) |
| 35 | assert task_id != 0 |
nothing calls this directly
no test coverage detected