sigmoid.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A social space for people researching, working with, or just interested in AI!

Server stats:

599
active users

#approvaltesting

0 posts0 participants0 posts today

I am playing with a git implementation in #rust. I currently have some tests using the Command API and assert. Since the test output gets large, I wonder whether I should use an `insta` or `lit` crate to test it.
Insta: I am already familiar with it, and it is just plain Rust code. The downside is that I find writing cli command in Rust pretty verbose.
Lit: I like the idea more but it seems unmaintained

Any thoughts?