python - ex: Add code and prime unittests.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - ex: Add code and prime unittests.
Date: 2005-08-03 23:20:40
Message-ID: 20050803232040.AD86011263A2@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add code and prime unittests.
code.py tests the Mapping class and the relativity of States and Classes.
prime.py tests the CodeClass Mapping to insure that the expected exception
is actually retrieved from ErrorLookup.

Added Files:
-----------
ex/test:
code.py (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ex/test/code.py?rev=1.1&content-type=text/x-cvsweb-markup)
prime.py (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ex/test/prime.py?rev=1.1&content-type=text/x-cvsweb-markup)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-08-04 01:09:30 pgsql: ALTER TABLE OWNER must change the ownership of the table's
Previous Message James William Pye 2005-08-03 23:15:42 python - ex: Fix bugs, and add/rename exceptions.