MCPcopy
hub / github.com/aws/aws-cli / command

Function command

tests/functional/ecs/test_monitorexpressgatewayservice.py:32–36  ·  view source on GitHub ↗

Fixture that provides an ECSMonitorExpressGatewayService command.

(mock_session, mock_watcher_class)

Source from the content-addressed store, hash-verified

30
31@pytest.fixture
32def command(mock_session, mock_watcher_class):
33 """Fixture that provides an ECSMonitorExpressGatewayService command."""
34 return ECSMonitorExpressGatewayService(
35 mock_session, watcher_class=mock_watcher_class
36 )
37
38
39@pytest.fixture

Tested by

no test coverage detected