summaryrefslogtreecommitdiff
path: root/src/pl/plpython/sql/plpython_params.sql
Commit message (Collapse)AuthorAgeFilesLines
* PL/Python: Adjust the regression tests for Python 3.3Peter Eisentraut2012-05-111-1/+8
| | | | | | | | | The string representation of ImportError changed. Remove printing that; it's not necessary for the test. The order in which members of a dict are printed changed. But this was always implementation-dependent, so we have just been lucky for a long time. Do the printing the hard way to ensure sorted order.
* Augment test coverage in PL/Python, especially for error conditions.Peter Eisentraut2009-08-131-0/+1
|
* Split the plpython regression test into test cases arranged by topic, insteadPeter Eisentraut2009-08-121-0/+34
of the previous monolithic setup-create-run sequence, that was apparently inherited from a previous test infrastructure, but makes working with the tests and adding new ones weird.