diff options
author | Rafael H. Schloming <rhs@apache.org> | 2010-02-05 15:27:54 +0000 |
---|---|---|
committer | Rafael H. Schloming <rhs@apache.org> | 2010-02-05 15:27:54 +0000 |
commit | 4799ff20244f1313f15e34ca60f1ed06d81c232a (patch) | |
tree | 59dce384109d34c1e7c2e01f5383843099c37e57 /python/qpid/tests/__init__.py | |
parent | 9221f274a6a9b05802f4bd5403425d02ffc84133 (diff) | |
download | qpid-python-4799ff20244f1313f15e34ca60f1ed06d81c232a.tar.gz |
moved tests/*.py underneath qpid/tests/*.py
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@906969 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/qpid/tests/__init__.py')
-rw-r--r-- | python/qpid/tests/__init__.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/qpid/tests/__init__.py b/python/qpid/tests/__init__.py index 2f0fcfdf67..039214ca42 100644 --- a/python/qpid/tests/__init__.py +++ b/python/qpid/tests/__init__.py @@ -25,4 +25,8 @@ class Test: def configure(self, config): self.config = config +# API Tests import address, framing, mimetype, messaging + +# Legacy Tests +import codec, queue, datatypes, connection, spec010, codec010 |