# 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
```toml
[dev-dependencies]
umbral-testing = "0.0.1"
```
## Documentation
- 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.