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

Make assert_covers recursive #388

Merged
merged 1 commit into from
Aug 28, 2024

Conversation

locker
Copy link
Member

@locker locker commented Aug 28, 2024

Currently, it only checks the top-level keys. Let's make it recurse - this will make writing tests comparing complex nested structures much easier to write.

Closes #379

CHANGELOG.md Outdated Show resolved Hide resolved
Currently, it only checks the top-level keys. Let's make it recurse -
this will make writing tests comparing complex nested structures much
easier to write.

Closes tarantool#379
@locker locker force-pushed the make-assert-covers-recursive branch from badccd9 to 32de34f Compare August 28, 2024 18:29
@locker locker merged commit 39da6d2 into tarantool:master Aug 28, 2024
9 checks passed
@locker locker deleted the make-assert-covers-recursive branch August 28, 2024 18:33
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.

assert_covers doesn't recurse
2 participants