You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.
currently, TypeScript is the only supported language for testing AWS CDK infrastructure, though
we intend to eventually make this capability available in all languages supported by the AWS CDK.
I am therefore expecting we
Use the PyTest framework for unit level tests that are executed locally and via CD
Have tests that run in CD after deployment to ensure the bucket is accessible and permissions are as expected
The text was updated successfully, but these errors were encountered:
Tests are required to validate the state of the data-lake environment and src code
Discussion required:
@imincik @billgeo it would be good to discuss test strategy.
I note that the latest CDK testing docs state:
I am therefore expecting we
The text was updated successfully, but these errors were encountered: