SQL Unit tests
Writing unit tests¶
unit testing - Best way to test SQL queries - Stack Overflow
Why it's sometimes not worth writing unit tests¶
SQL is very coupled to the database
Need to create sample databases for every case
Not worth the tradeoff?
Last update:
2023-04-24