fac-17 / BGIP

Pearls of Wisdom (week 8)
https://perls-of-wisdom.herokuapp.com/
0 stars 3 forks source link

Database tests #30

Open bobbysebolao opened 5 years ago

bobbysebolao commented 5 years ago

Great job writing route tests! If you have time to add some db tests, you might want to create a separate db_build_test.sql build script to run them from. You can add drop and create tables to your heart's content without losing all the pearls of wisdom from your production db.

samjam48 commented 5 years ago

relates #18 (but def a useful addition!)