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

GD-546: Allow to test un-typed values by assert_that #547

Merged
merged 1 commit into from
Jul 22, 2024
Merged

Conversation

MikeSchulze
Copy link
Owner

Why

see #546

What

  • do allow all Variant types for is_equal and is_not_equal when using the un-typed assert_that
  • changed the fixed typed is_equal and is_not_equal to accept Variant type

@MikeSchulze MikeSchulze self-assigned this Jul 22, 2024
@MikeSchulze MikeSchulze added the enhancement New feature or request label Jul 22, 2024
@MikeSchulze MikeSchulze linked an issue Jul 22, 2024 that may be closed by this pull request
@MikeSchulze MikeSchulze force-pushed the GD-546 branch 2 times, most recently from b8377eb to f7f05c2 Compare July 22, 2024 13:28
# Why
see #546

# What
- do allow all Variant types for `is_equal` and `is_not_equal` when using the untyped `assert_that`
- changed the fixed typed  `is_equal` and `is_not_equal` to accept Variant type
@MikeSchulze MikeSchulze merged commit 3edc885 into master Jul 22, 2024
@MikeSchulze MikeSchulze deleted the GD-546 branch July 22, 2024 13:34
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.

GD-546: Allow to use the basic assert function un-typed
1 participant