Changeset 205:e861fc4596ed for wokkel/test/test_component.py
- Timestamp:
- Oct 3, 2016, 8:49:10 AM (6 years ago)
- Branch:
- default
- rebase_source:
- 59eec47f5c9c6add007ba950f0fa04a9d7cb2709
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wokkel/test/test_component.py
r169 r205 5 5 Tests for L{wokkel.component}. 6 6 """ 7 8 from __future__ import division, absolute_import 7 9 8 10 from zope.interface.verify import verifyObject … … 313 315 Test routing of a message using the default route. 314 316 315 The default route is the one with C{None} as its key in the317 The default route is the one with L{None} as its key in the 316 318 routing table. It is taken when there is no more specific route 317 319 in the routing table that matches the stanza's destination.
Note: See TracChangeset
for help on using the changeset viewer.