summaryrefslogtreecommitdiff
path: root/tests/__init__.py
AgeCommit message (Collapse)Author
2010-10-07Corrected test errors.Lance Stout
There was a bug in the XML compare method.
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
2010-01-08* tests need module fileNathan Fritz