-
- Downloads
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 branches found
Tags v3.6.1
Loading
Please register or sign in to comment