We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92faa7f commit ea402d9Copy full SHA for ea402d9
tests/test_activity.py
@@ -17,7 +17,7 @@ async def increment(input: int) -> int:
17
return input + 1
18
19
20
-async def test_start_activity_and_describe_activity(client: Client):
+async def test_describe(client: Client):
21
activity_id = str(uuid.uuid4())
22
task_queue = str(uuid.uuid4())
23
@@ -37,7 +37,7 @@ async def test_start_activity_and_describe_activity(client: Client):
37
assert desc.status == ActivityExecutionStatus.RUNNING
38
39
40
-async def test_start_activity_and_get_result(client: Client):
+async def test_get_result(client: Client):
41
42
43
0 commit comments