tags

Testing

1 posts tagged here.

  1. A Session-Scoped Test Fixture in Rust

    Rust's test framework lacks pytest-style fixtures. This post shows how to build them using traits, global state, and ctor.

    • Rust
    • Testing
    • Postgres