mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-23 19:19:53 +00:00
Make SleekTest streams register all plugins.
Makes test coverage nicer.
This commit is contained in:
parent
1f09d60a52
commit
2f3ff37a24
1 changed files with 1 additions and 0 deletions
|
@ -294,6 +294,7 @@ class SleekTest(unittest.TestCase):
|
||||||
else:
|
else:
|
||||||
raise ValueError("Unknown socket type.")
|
raise ValueError("Unknown socket type.")
|
||||||
|
|
||||||
|
self.xmpp.register_plugins()
|
||||||
self.xmpp.process(threaded=True)
|
self.xmpp.process(threaded=True)
|
||||||
if skip:
|
if skip:
|
||||||
# Clear startup stanzas
|
# Clear startup stanzas
|
||||||
|
|
Loading…
Reference in a new issue