dipdup
dipdup copied to clipboard
Run one of demos' tests with PostgreSQL
All integration tests in test_demos.py
are run on SQLite. It would be nice to run any of them on Postgresql to check related code. Use dipdup.test.run_postgres_container
helper to spawn a temporary container; see test_hasura.py
for example.