[PgPy] [ python-Bugs-1000308 ] Test infrastructure
noreply at pgfoundry.org
noreply at pgfoundry.org
Sun May 1 01:54:58 GMT 2005
Bugs item #1000308, was opened at 2005-04-30 18:54
You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=442&aid=1000308&group_id=1000094
Category: Backend
Group: To do
Status: Open
Resolution: None
Priority: 8
Submitted By: James Pye (jwp)
Assigned to: James Pye (jwp)
Summary: Test infrastructure
Initial Comment:
Some of the earlier versions had a test system, although it was based on a set of shell scripts. The new test system should only use Python.
The backend testing should primarily test and check the features of the PL and the expectations thereof. No, or little, interface testing should be done with exception to backend interface specific features; as much of this should come from the ip package, which will include unit tests to examine the compliancy of the supplied interface.
Foremost, the basic test can use Python to control a single-user backend, perhaps trivializing things for basic expectation tests. Although, further tests should be developed to press the system in a more realistic environment(postmasters).
----------------------------------------------------------------------
You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=442&aid=1000308&group_id=1000094
More information about the Python-general
mailing list