pleme-testing
Testing utilities library for Pleme platform - test fixtures, testcontainers, integration helpers
Installation
[]
= "0.1"
Usage
use ;
async
Feature Flags
| Feature | Description |
|---|---|
containers |
Testcontainers (Postgres, Redis) |
database |
Database testing helpers |
http |
HTTP testing with reqwest |
integration |
pleme-database + pleme-error integration |
full |
All features enabled |
Enable features in your Cargo.toml:
= { = "0.1", = ["full"] }
Development
This project uses Nix for reproducible builds:
License
MIT - see LICENSE for details.