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 d6cbe73 commit ded3381Copy full SHA for ded3381
tests/asyncio/test_operation_async.py
@@ -83,7 +83,7 @@ async def test_constructor():
83
assert future.metadata is None
84
assert await future.running()
85
86
-
+@pytest.mark.asyncio
87
def test_metadata():
88
expected_metadata = struct_pb2.Struct()
89
future, _, _ = make_operation_future(
@@ -176,6 +176,7 @@ async def test_unexpected_result(unused_sleep):
176
assert "Unexpected state" in "{!r}".format(exception)
177
178
179
180
def test_from_gapic():
181
operation_proto = make_operation_proto(done=True)
182
operations_client = mock.create_autospec(
0 commit comments