Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

standardizing contract test names #556

Merged
merged 2 commits into from
Jul 6, 2021
Merged

standardizing contract test names #556

merged 2 commits into from
Jul 6, 2021

Conversation

PatMyron
Copy link
Contributor

No description provided.

Copy link
Contributor

@anshikg anshikg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please update the corresponding documentation

@PatMyron
Copy link
Contributor Author

Could you please update the corresponding documentation

Couldn't find any in this repository:
https://github.com/aws-cloudformation/cloudformation-cli/search?q=contract_update_list_success
#527

Copy link
Contributor

@LaikaN57 LaikaN57 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Standardization is great!

On a related note: When I was first learning how to debug these tests, I was trying to read my SAM logs and did not realize that some of the calls were coming from the test fixture functions. Maybe we can somehow hint to devs that they may have to look at the fixture code too to completely trace exactly what order the function calls are happening in.

@@ -51,14 +51,14 @@ def contract_create_delete(resource_client):

@pytest.mark.create
@skip_not_writable_identifier
def contract_create_duplicate(created_resource, resource_client):
def contract_create_create(created_resource, resource_client):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gentle reminder- Update any reference to old names in documentation, if not done already.

@anshikg anshikg merged commit 15f6ad2 into master Jul 6, 2021
kddejong pushed a commit to kddejong/cloudformation-cli that referenced this pull request Oct 24, 2022
kddejong pushed a commit to kddejong/cloudformation-cli that referenced this pull request Oct 24, 2022
@mircealam mircealam deleted the contract-test-names branch October 5, 2023 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants