Runway
AWS Cloud Development Kit (CDK)
CloudFormation & Troposphere
Kubernetes
Serverless Framework
Static Site
Terraform
Developers Guide
Maintainers Guide
Additional Information
Register test handlers.
runway.tests.registry.
register_test_handler
Register a test handler.
test_type (str) – Name to register the handler under.
handler_or_path (OneOf[func, str]) – Function or a path to a handler.
unregister_test_handler
Unregister the specified test type.
This is useful when testing various lookup types if you want to unregister the lookup type after the test runs.
test_type (str) – Name of the lookup type to unregister.