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

https://github.com/otechdo/unit-testing


https://github.com/otechdo/unit-testing

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# What it's?

## Installation

```shell
cargo add unit-testing
```

## Links

* [Documentation](https://docs.rs/unit-testing)
* [Source code](https://github.com/otechdo/unit-testing)
* [Licence](https://github.com/otechdo/unit-testing/blob/master/LICENSE)
* [Assert](https://github.com/otechdo/unit-testing/tree/master/src/assertions)
* [Source code](https://github.com/otechdo/unit-testing/blob/master/src/assertions/mod.rs)
* [Example](https://github.com/otechdo/unit-testing/blob/master/src/assertions/README.md)
* [Output](https://github.com/otechdo/unit-testing/blob/master/src/assertions/assert.gif)
* [Unit](https://github.com/otechdo/unit-testing/tree/master/src/unit)
* [Source code](https://github.com/otechdo/unit-testing/blob/master/src/unit/mod.rs)
* [Example](https://github.com/otechdo/unit-testing/blob/master/src/unit/README.md)
* [Output](https://github.com/otechdo/unit-testing/blob/master/src/unit/unit.gif)
* [Suite](https://github.com/otechdo/unit-testing/tree/master/src/suite)
* [Source code](https://github.com/otechdo/unit-testing/blob/master/src/suite/mod.rs)
* [Example](https://github.com/otechdo/unit-testing/blob/master/src/suite/README.md)
* [Output](https://github.com/otechdo/unit-testing/blob/master/src/suite/suite.gif)

![Donate](https://raw.githubusercontent.com/otechdo/unit-testing/master/donate.png)