On 09/15/2011 02:13 PM, Andrew MacBean wrote:
All,

I have been looking into the python tests that exist and have come
across tests in 3 separate locations?

qpid/python/qpid/tests/

These are tests of the python client itself (though some of them do require a broker against which to run).

qpid/tests/src/py/qpid_tests/

These are system tests that just happen to be written in python but should be able to be run against any broker. There are one or two that test extensions to the specification, these _should_ all be in separate modules that are then easy to ignore (which they mostly are I believe, though a separate directory would be even better).

qpid/cpp/src/tests/

These are tests for the c++ broker that are written in python. They tend to involve more specific broker setup than the previous category. E.g. they may require various brokers to be started with particular options set.

Some of these may be more generally applicable and could be moved to the top level tests.



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to