roxy-test-utils 0.1.0

Test utilities for Roxy RPC proxy
1
2
3
4
5
6
7
8
9
10
11
12
# Test Utilities for Roxy

[![Crates.io](https://img.shields.io/crates/v/roxy-test-utils.svg)](https://crates.io/crates/roxy-test-utils)
[![Docs.rs](https://docs.rs/roxy-test-utils/badge.svg)](https://docs.rs/roxy-test-utils)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

Shared testing utilities including mock backends, request and response
builders, JSON-RPC fixtures, and async test helpers.

## License

This project is licensed under the MIT License - see the [LICENSE](../../LICENSE) file for details.