| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | PL/Python: Adjust the regression tests for Python 3.3 | Peter Eisentraut | 2012-05-11 | 1 | -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 Eisentraut | 2009-08-13 | 1 | -0/+1 |
| | | |||||
| * | Split the plpython regression test into test cases arranged by topic, instead | Peter Eisentraut | 2009-08-12 | 1 | -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. | |||||
