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-164: Extend dictionary assert by same validation functions #188

Merged
merged 4 commits into from
May 21, 2023

Conversation

MikeSchulze
Copy link
Owner

Why

We want to compare dictionary key/values by object reference.

What

  • added verifications
    • is_same
    • is_not_same
    • contains_same_keys
    • contains_same_key_value
    • not_contains_same_keys
    • renamed contains_not_keys to not_contains_keys

# Why
We want to compare dictionary key/values by object reference.

# What
- added verifications
  - is_same
  - is_not_same
  - contains_same_keys
  - contains_same_key_value
  - not_contains_same_keys
  - renamed contains_not_keys to not_contains_keys
@MikeSchulze MikeSchulze marked this pull request as ready for review May 21, 2023 12:22
@MikeSchulze MikeSchulze merged commit 135191e into master May 21, 2023
@MikeSchulze MikeSchulze deleted the GD-164-dict branch May 21, 2023 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant