MCPcopy Index your code
hub / github.com/aws/aws-cli / command_validator

Function command_validator

tests/functional/docs/test_examples.py:117–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115
116@pytest.fixture(scope="module")
117def command_validator():
118 # CLIDriver can take up a lot of resources so we'll just create one
119 # instance and use it for all the validation tests.
120 driver = create_clidriver()
121 return CommandValidator(driver)
122
123
124@pytest.mark.parametrize("command, subcommand", EXAMPLE_COMMAND_TESTS)

Callers

nothing calls this directly

Calls 2

create_clidriverFunction · 0.90
CommandValidatorClass · 0.85

Tested by

no test coverage detected