summaryrefslogtreecommitdiff
path: root/tests/test_iqstanzas.py
AgeCommit message (Collapse)Author
2010-08-11Updated SleekTest.streamClose to check that the stream was actually started ↵Lance Stout
before closing it. Updated tests for Iq stanzas to not start a stream for every test; tests now run a lot faster. The call to streamClose must still be in the tearDown method to ensure it is called in the case of an error.
2010-08-05Updated tests to use a relative import for SleekTest to please Python3.Lance Stout
Fixed some tabs/spaces issues.
2010-07-29Updated, cleaned, and documented Iq stanza class. Also added unit tests.Lance Stout