Skip to content

Commit

Permalink
test: split the single current test file into two - one having all th…
Browse files Browse the repository at this point in the history
…e tests relevant only for the `iterified` function and the other all the tests relevant only for `iterifiedUnwrapped` (#48)

Split the single current test file into two - one having all the tests relevant only for the `iterified` function and the other all the tests relevant only for `iterifiedUnwrapped`, to give each direct coverage for all its behaviors including those overlapping with the other's.

In the former unified test suite, some tests where written based on `iterified` and others based on `iterifiedUnwrapped` based on concerns of convenience. Now, each of these has direct coverage for all of its behaviors individually, even for the features overlapping with the other's.
  • Loading branch information
shtaif authored Oct 4, 2023
1 parent d11a74b commit 815d357
Show file tree
Hide file tree
Showing 3 changed files with 759 additions and 510 deletions.
Loading

0 comments on commit 815d357

Please sign in to comment.