Database Testing with pytest

preview_player
Показать описание
Speaker: Dan Clark

Options for testing relational databases aren't as renown as what's available for application testing. We've all heard of unittest and pytest, but testing database objects are sometimes forgotten about, or tested through the application. However, pytest’s flexibility along with Python's rich library of modules means that we can accomplish database testing in a way familar to Python developers.

If time allows we'll show an Postgres equivalent to illustrate that this approach is not limited to a single product.
Рекомендации по теме