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:
|
||||
raise ValueError("Unknown socket type.")
|
||||
|
||||
self.xmpp.register_plugins()
|
||||
self.xmpp.process(threaded=True)
|
||||
if skip:
|
||||
# Clear startup stanzas
|
||||
|
|
Loading…
Reference in a new issue