lgrosz / climb-rs

0 stars 0 forks source link

Schema testing #33

Open lgrosz opened 2 months ago

lgrosz commented 2 months ago

I've been writing my schema tests as Rust integration tests with Diesel. This is okay, but I feel like I'm not totally getting everything. Maybe I should look into testing it more closely to the database with something like pgTAP.