Am 04.01.2013 23:10, schrieb Christoph Zwerschke:
Our unit tests for update() and insert() obviously were not
exhaustive enough so it was a bad idea to rely on these.

Just looked into this. We have tests for update and insert, but the problem with these is that update and insert reload the dictionary from the database. The tests then compare the reloaded dicts, not the original dicts, with the data queried from the database. So that's not a really useful test. I'll try to write better tests.

-- Chris

_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo.cgi/pygresql

Reply via email to