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
In slicec we have an entire tests directory with a module of helper functions.
These tests are centralized (in the tests directory) and then organized into categories.
Whereas in slicec-cs our tests are more scattered and there's no central helper functions that can be re-used.
We should re-structure the tests in this crate to mimic what the slicec crate so writing and maintaining tests is easier.
The text was updated successfully, but these errors were encountered:
In
slicec
we have an entiretests
directory with a module of helper functions.These tests are centralized (in the
tests
directory) and then organized into categories.Whereas in
slicec-cs
our tests are more scattered and there's no central helper functions that can be re-used.We should re-structure the tests in this crate to mimic what the
slicec
crate so writing and maintaining tests is easier.The text was updated successfully, but these errors were encountered: