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

https://github.com/simonhdickson/queue-prop-example

Example using model based testing in rust with quickcheck
https://github.com/simonhdickson/queue-prop-example

Last synced: 26 days ago
JSON representation

Example using model based testing in rust with quickcheck

Awesome Lists containing this project

README

          

# Queue Model Testing Example in Rust

## Introduction

This is an example of a model based test framework implemented in Rust.

## Running

```bash
cargo test
```

The tests should fail with a list of commands that violate our test model,
see if you can use the output to figure out what's wrong.