Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-14 | don't import statemachine | Nathan Fritz | |
2010-10-14 | fixed stream tests | Nathan Fritz | |
2010-10-14 | fixed socket name collision in xmlstream.py and fixed python 3.x compatibility | Nathan Fritz | |
2010-10-07 | SleekTest 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-07 | Unit 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 |