You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The original RegreSQL introduced a simple idea: capture query outputs, compare them later, catch regressions. But the fixture-per-test model and optional transactions created reproducibility problems if not used correctly.
Working towards reproducible, isolated and idempotent tests.