This is an experiment in creating unit tests in Python against a PostgreSQL database without mocking. It takes advantage of the pytest-postgresql package. It creates a container based on the ...