Method summary
- test_basic(self)
- test_catchall(self)
- test_disconnect(self)
- test_reload(self)
- test_send_on_dead_ref(self)
Methods
- test_basic(self)
Test basic functionality of the messenger.
- test_catchall(self)
Tests if catch all handlers are called.
- test_disconnect(self)
Tests if disconnection works correctly.
- test_reload(self)
Tests if module is reload safe.
- test_send_on_dead_ref(self)
Test if sending to a gc'd callback works gracefully.