Y
Hacker News
new
|
ask
|
show
|
jobs
by
arcturus17
1251 days ago
Is there anything like this in Python or C#? I have worked with OCaml extensively in coursework, but there’s no chance I’ll be using it in prod any time soon and I’d love toying with this approach in my working languages.
3 comments
wildcow
1251 days ago
In C#
https://theramis.github.io/Snapper/#/pages/quickstart
. I actually think there are other as well. But this is what i am trying to scratch to see if I can use it somehow.
link
anuragsoni
1249 days ago
For python there is
https://github.com/ezyang/expecttest
which is modeled after the OCaml expect test library.
link
drothlis
1251 days ago
https://approvaltests.com/
link