Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/porges/maat


https://github.com/porges/maat

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# 𓁦 maat 𓆄

maat is an experiment

----

Write a test that fails:

```rust
#[test]
pub fn test_inner() {
property(|maat| {
let x = maat.generate("x", vec(i64(0, 100), 0, 10));
let mut y = x.clone();
y.reverse();
x == y
})
}
```

Run it:

```
[maat] Falsified property with values:
x: alloc::vec::Vec = [
0,
1,
]

[maat] Original failing values were:
x: alloc::vec::Vec = [
51,
32,
90,
50,
33,
97,
61,
77,
]
```

Thanks `maat`.