diff options
author | Lance Stout <lancestout@gmail.com> | 2010-06-27 17:33:43 -0400 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2010-06-27 17:33:43 -0400 |
commit | 5c76d969f79936ce56828dba2c5ab59214feec12 (patch) | |
tree | 44511d54bb8bd73abfb2f8a19e98b3d3da43ef9b /tests/test_presencestanzas.py | |
parent | 059cc9ccc4c41942f6a9b2ba3baab443a91d2a60 (diff) | |
download | slixmpp-5c76d969f79936ce56828dba2c5ab59214feec12.tar.gz slixmpp-5c76d969f79936ce56828dba2c5ab59214feec12.tar.bz2 slixmpp-5c76d969f79936ce56828dba2c5ab59214feec12.tar.xz slixmpp-5c76d969f79936ce56828dba2c5ab59214feec12.zip |
Added a new SleekTest class that provides useful methods for test cases.
Can now use: (where self is a SleekTest instance)
self.stanzaPlugin(stanza, plugin)
self.Message() \
self.Iq() > Just like basexmpp.Message(), etc.
self.Presence() /
self.checkMessage(msg, xmlstring)
self.checkIq(iq, xmlstring)
self.checkPresence(pres, xmlstring) <- Not implemented yet, but stub is there.
The check* methods also accept a use_values keyword argument that defaults to True.
When this value is True, an additional test is executed by creating a stanza using
getValues() and setValues(). Since some stanza objects can override these two methods,
disabling this test is sometimes required.
Diffstat (limited to 'tests/test_presencestanzas.py')
0 files changed, 0 insertions, 0 deletions