File tree Expand file tree Collapse file tree
packages/aws-durable-execution-sdk-python-testing/tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 CallbackOperation ,
3535 ContextOperation ,
3636 DurableChildContextTestRunner ,
37+ DurableFunctionCloudTestRunner ,
3738 DurableFunctionTestResult ,
3839 DurableFunctionTestRunner ,
3940 ExecutionOperation ,
@@ -1963,10 +1964,6 @@ def test_cloud_runner_wait_for_callback_waits_for_invocation(mock_boto3):
19631964@patch ("aws_durable_execution_sdk_python_testing.runner.boto3" )
19641965def test_cloud_runner_wait_for_callback_with_paginated_long_history (mock_boto3 ):
19651966 """Test cloud callback lookup follows history pagination."""
1966- from aws_durable_execution_sdk_python_testing .runner import (
1967- DurableFunctionCloudTestRunner ,
1968- )
1969-
19701967 mock_client = Mock ()
19711968 mock_boto3 .client .return_value = mock_client
19721969
@@ -2007,10 +2004,6 @@ def test_cloud_runner_wait_for_callback_with_paginated_long_history(mock_boto3):
20072004@patch ("aws_durable_execution_sdk_python_testing.runner.boto3" )
20082005def test_cloud_runner_wait_for_result_with_paginated_child_context_history (mock_boto3 ):
20092006 """Test cloud result construction follows history pagination."""
2010- from aws_durable_execution_sdk_python_testing .runner import (
2011- DurableFunctionCloudTestRunner ,
2012- )
2013-
20142007 mock_client = Mock ()
20152008 mock_boto3 .client .return_value = mock_client
20162009
You can’t perform that action at this time.
0 commit comments