Emil Privér @priver.dev · Apr 13

Announcing suitecase: a testing library for Rust to make testing a bit easier, inspired by the Golang testify library. The goal is to provide a library that can help you with all things you need for testing github.com/emilpriver/s...

3 likes 1 replies

?

Replies

Emil Privér · Apr 13

An example of these types of tests is when you want to: 1. Insert a new user. 2. Test that the user exists via HTTP. 3. Delete the user.