summaryrefslogtreecommitdiff
path: root/sleekxmpp/test/mocksocket.py
AgeCommit message (Collapse)Author
2012-07-24Standardize importing of queue class.Lance Stout
This will make it easier to enable gevent support.
2011-08-25Handle sending stanzas in chunks if the socket has poor performance.Lance Stout
2011-05-27Added support for testind disconnect errors.Lance Stout
2010-10-07SleekTest may now run against a live stream.Lance Stout
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.
2010-10-07Unit test reorganization.Lance Stout
Moved SleekTest to sleekxmpp.test. Organized test suites by their focus. - Suites focused on testing stanza objects are named test_stanza_X.py - Suites focused on testing stream behavior are name test_stream_X.py