Skip to content
Snippets Groups Projects
Commit eb386867 authored by David Douard's avatar David Douard
Browse files

test: actually check (and fix) tests that are expecting psql command to fail

Actually check they are failing for the expected reason. This needs to
replace usage of subprocess.check_call by subprocess.run with proper
arguments so that the stderr of the process is captured and attached to
the raised CalledProcessError exception.
parent c0164695
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment