https://github.com/otechdo/unit-testing
https://github.com/otechdo/unit-testing
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/otechdo/unit-testing
- Owner: otechdo
- License: gpl-3.0
- Created: 2023-11-24T09:23:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-18T05:09:06.000Z (almost 2 years ago)
- Last Synced: 2024-07-18T23:22:52.408Z (almost 2 years ago)
- Language: Rust
- Size: 2.24 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
