PL/Python: Move ereport wrapper test cases to separate file
Peter Eisentraut <peter_e@gmx.net>
PL/Python: Move ereport wrapper test cases to separate file In commit 5c3c3cd0a3046339597a03bc708cb5530dc07059, the new tests were apparently just dumped into the first convenient file. Move them to a separate file dedicated to testing that functionality and leave the plpython_test test to test basic functionality, as it did before.
Files
| Path | Change | +/− |
|---|---|---|
| src/pl/plpython/expected/plpython_ereport.out | added | +191 −0 |
| src/pl/plpython/expected/plpython_test.out | modified | +0 −191 |
| src/pl/plpython/Makefile | modified | +1 −0 |
| src/pl/plpython/sql/plpython_ereport.sql | added | +137 −0 |
| src/pl/plpython/sql/plpython_test.sql | modified | +0 −138 |