summaryrefslogtreecommitdiff
path: root/funtests
diff options
context:
space:
mode:
authorBrian Bouterse <bmbouter@gmail.com>2014-02-14 10:44:03 -0500
committerBrian Bouterse <bmbouter@gmail.com>2014-02-14 10:44:03 -0500
commit926d489d0c805af9f00e4580ec60a69710feb36f (patch)
tree5bf838cd668c135b05c54a3dd1043f12b5516d63 /funtests
parentdaef1f7f9b576d20b28eff8dc8c125d16ce0f795 (diff)
downloadkombu-926d489d0c805af9f00e4580ec60a69710feb36f.tar.gz
Adding functional testrunner file for qpid transport
Diffstat (limited to 'funtests')
-rw-r--r--funtests/tests/test_qpid.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/funtests/tests/test_qpid.py b/funtests/tests/test_qpid.py
new file mode 100644
index 00000000..d4a0f7c4
--- /dev/null
+++ b/funtests/tests/test_qpid.py
@@ -0,0 +1,5 @@
+from funtests import transport
+
+class test_qpid(transport.TransportCase):
+ transport = 'qpid'
+ prefix = 'qpid' \ No newline at end of file