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

Adjust Assertion Message When Inputs Are Variables #80

Merged
merged 3 commits into from
Jun 3, 2024

Conversation

threeal
Copy link
Owner

@threeal threeal commented Jun 2, 2024

This pull request resolves #79 by adjusting the assertion messages for string matching and equality assertions when the inputs are variables instead of strings. This change also removes the unused _assert_internal_get_content internal function, which was previously used for specifying the assertion messages for string matching and equality assertions.

@threeal threeal added the feat label Jun 2, 2024
@threeal threeal added this to the Version 0.3.0 milestone Jun 2, 2024
@threeal threeal self-assigned this Jun 2, 2024
@threeal threeal force-pushed the adjust-assert-message-if-inputs-variables branch from 4942880 to 00fe89b Compare June 3, 2024 15:24
@threeal threeal marked this pull request as ready for review June 3, 2024 15:28
@threeal threeal added the chore label Jun 3, 2024
@threeal threeal merged commit 98bbd71 into main Jun 3, 2024
2 checks passed
@threeal threeal deleted the adjust-assert-message-if-inputs-variables branch June 3, 2024 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Harvested
Development

Successfully merging this pull request may close these issues.

Adjust Assertion Message When Inputs Are Variables
1 participant