You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This ticket is basically a duplicate of #203 but since the latter hasn't been triaged for more than two years, I created this one to draw attention to the problem.
The text was updated successfully, but these errors were encountered:
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.
Closestarantool#379
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.
Closestarantool#379
It's really annoying that
assert_covers
isn't recursive:This ticket is basically a duplicate of #203 but since the latter hasn't been triaged for more than two years, I created this one to draw attention to the problem.
The text was updated successfully, but these errors were encountered: