Replace for_each_index
usage in tests
#216
Labels
enhancement
New feature or request
good first issue
Good for newcomers
work ready
This task is ready to be worked on
The use of
for_each_index
in tests might be causing a few problems:for_each_index
, this means you can get thousands of assert failure messages, when the test should just fail on the first one.We should replace these with something like:
This would allow comparing a buffer to some generated ground truth. We can add some ability to print out slices, and avoid asserting thousands of times.
The text was updated successfully, but these errors were encountered: