moto/tests/test_sagemaker
Zach Churchill 0b11b0c716
Add CloudFormation support for SageMaker Notebook Instance Lifecycle Configs (#3855)
* Create SageMaker Notebook Instance Lifecycle Configs with CloudFormation

Implement attributes for SM Notebook Instance Lifecycle Config in CloudFormation

Delete SM Notebook Instance Lifecycle Configs with CloudFormation

Update SM Notebook Instance Lifecycle Configs with CloudFormation

Also fixed error in create_from method where the properties where not
being referenced when setting OnCreate and OnStart.

Factor out template for SM Notebook Lifecycle Config CF tests

* Refactor SM CloudFormation create tests to use pytest.mark.parametrize

* Refactor SM CloudFormation get_attr tests to use pytest.mark.parametrize

Also update the NotebookInstance template function to use Name and Arn
for the output IDs so that the parametrization is easier.

* Refactor SM CloudFormation delete tests to use pytest.mark.parametrize
2021-04-13 12:03:25 +01:00
..
__init__.py Sagemaker models (#3105) 2020-07-16 13:12:25 +01:00
test_sagemaker_cloudformation.py Add CloudFormation support for SageMaker Notebook Instance Lifecycle Configs (#3855) 2021-04-13 12:03:25 +01:00
test_sagemaker_endpoint.py Back to Black 2020-11-10 14:12:38 +01:00
test_sagemaker_models.py Tech debt (#3653) 2021-02-02 16:31:26 +00:00
test_sagemaker_notebooks.py Fix: broken build with release of botocore 1.19.62 (#3628) 2021-01-29 09:06:25 +00:00
test_sagemaker_training.py Back to Black 2020-11-10 14:12:38 +01:00