SleekTest may now run against a live stream.

Moved SleekTest to sleekxmpp.test package.
Corrected error in XML compare method.
Added TestLiveSocket to run stream tests against live streams.
Modified XMLStream to work with TestLiveSocket.
This commit is contained in:
Lance Stout
2010-10-07 19:43:51 -04:00
parent e02ffe8547
commit a8b948cd33
6 changed files with 423 additions and 53 deletions

View File

@@ -40,6 +40,7 @@ CLASSIFIERS = [ 'Intended Audience :: Developers',
packages = [ 'sleekxmpp',
'sleekxmpp/plugins',
'sleekxmpp/stanza',
'sleekxmpp/test',
'sleekxmpp/xmlstream',
'sleekxmpp/xmlstream/matcher',
'sleekxmpp/xmlstream/handler',