diesel-factories icon indicating copy to clipboard operation
diesel-factories copied to clipboard

Test factories for Diesel

diesel-factories

Crates.io Docs Build Status

An implementation of the test factory pattern made to work with Diesel.

See the documentation for more info.

Development

Run bin/setup to create and migrate the test database. cargo test should then work.


License: MIT