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
There's a testlib sub-library which is basically a replacement for qtest. It's not inline, but it tries to make it as easy as possible to write more tests (e.g t_list.ml), so the statements are similar to qtest's, with a mix of unit tests and random tests.
I'm finding myself adding it to other projects to get rid of qtest, so maybe it should just be a fixture of containers? or a package containers-testlib perhaps?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
There's a testlib sub-library which is basically a replacement for qtest. It's not inline, but it tries to make it as easy as possible to write more tests (e.g t_list.ml), so the statements are similar to qtest's, with a mix of unit tests and random tests.
I'm finding myself adding it to other projects to get rid of qtest, so maybe it should just be a fixture of containers? or a package
containers-testlib
perhaps?I'd love to hear people's opinions on that.
Beta Was this translation helpful? Give feedback.
All reactions