awa-testing
Test utilities for the Awa job queue.
Provides TestClient for integration testing job handlers without running the full worker runtime:
let client = from_pool.await;
client.migrate.await?;
let job = client.insert.await?;
let result = client.work_one_in_queue.await?;
assert!;
License
MIT OR Apache-2.0