# umbral-testing
Test helpers for umbral apps: TestClient, temp pools, response assertions, and model factories (factory_boy-style).
Test helpers for umbral apps: an in-process test client, throwaway database pools, response assertions, and model factories. Add it as a dev-dependency.
## Install
```bash
cargo add --dev umbral-testing
```
## Documentation
- Website: https://umbralrs.dev
- Guide and reference: https://dalmasonto.github.io/umbral/
- Repository: https://github.com/dalmasonto/umbral
- API reference: https://docs.rs/umbral-testing
## License
Licensed under either of MIT or Apache-2.0, at your option.