Skip to content

Add assert_same and improve assert_equals #313

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

Merged
merged 3 commits into from
Sep 1, 2024
Merged

Conversation

Chemaclass
Copy link
Member

📚 Description

There is currently no option to assert two values ignoring special chars.

🔖 Changes

  • Rename the current assert_equals to assert_same
  • Rename assert_equals_ignore_colors to assert_equals and ignore all special chars (not just colors)

✅ To-do list

  • I updated the CHANGELOG.md to reflect the new feature or fix
  • I updated the documentation to reflect the changes

🖼️ Screenshots

Screenshot 2024-09-01 at 12 54 09

change assert_equals to ignore special chars
remove assert_equals_ignore_colors as there is no use for it; use assert_equals instead
@Chemaclass Chemaclass added the enhancement New feature or request label Sep 1, 2024
@Chemaclass Chemaclass self-assigned this Sep 1, 2024
@Chemaclass Chemaclass merged commit 289e4d0 into main Sep 1, 2024
7 checks passed
@Chemaclass Chemaclass deleted the feat/add-assert-same branch September 1, 2024 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants