Replies: 1 comment
-
Sqitch does not use pgTAP; you might be thinking of this, which is a tutorial for using pgTAP alongside Sqitch, and to have Sqitch scaffold a pgTAP test when you add a change, But Sqitch does not run the tests itself. For verify scripts, it simply uses the CLI for the relevant engine. Verify passes if the CLI exits without error, and fails if it exits with an error. It's all SQL. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I just discovered DBT.
You may have already addressed this, but what are your thoughts on adding DBT integration?
IIRC Sqitch uses pgTAP. Has that changed?
Beta Was this translation helpful? Give feedback.
All reactions