elif-testing - Comprehensive Testing Framework
A powerful testing framework designed specifically for elif.rs applications, providing utilities for database testing, HTTP testing, factory-based test data generation, and seamless integration with standard Rust test runners.
Features
- Database Testing: Automatic test database management with transactions
- HTTP Testing: Fluent test client with comprehensive assertions
- Factory System: Type-safe test data generation with relationships
- Authentication Testing: Built-in support for JWT and session testing
- Performance Testing: Load testing and benchmarking utilities
- Rust Integration: Seamless integration with
cargo test
Quick Start
use *;