- Free software: LGPLv3 license
- Documentation: https://morris.readthedocs.org.
- Create signals with a simple decorator :class:`morris.signal`
- Send signals by calling the decorated method or function
- Connect to and disconnect from signals with :meth:`morris.signal.connect()` and :meth:`morris.signal.disconnect()`.
- Test your code with :meth:`morris.SignalTestCase.watchSignal()`, :meth:`morris.SignalTestCase.assertSignalFired()`, :meth:`morris.SignalTestCase.assertSignalNotFired()` and :meth:`morris.SignalTestCase.assertSignalOrdering()`