Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mrchantey/sweet

A very pretty test runner for rust
https://github.com/mrchantey/sweet

Last synced: about 2 months ago
JSON representation

A very pretty test runner for rust

Awesome Lists containing this project

README

        

# Sweet


Declarative full-stack test framework.


Crates.io version
Download
docs.rs docs


Book
|
API Docs
|
Contributing

made with ❤️‍🔥 by mrchantey

## Usage

```rs
#[sweet_test]
fn true_is_true() -> Result<()> {
expect(true).to_be_true()
}
```

## TODO
- make the crate rustier like [cargo-pretty-test](https://github.com/josecelano/cargo-pretty-test)