Make SleekTest streams register all plugins.
Makes test coverage nicer.
This commit is contained in:
parent
1f09d60a52
commit
2f3ff37a24
@ -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…
x
Reference in New Issue
Block a user