milibopp / obsub

Small python module that implements the observer pattern via a decorator.
Other
12 stars 3 forks source link

Test removal of event #31

Closed milibopp closed 10 years ago

milibopp commented 10 years ago

Thanks to our new coveralls.io integration it is now apparent that we are not testing the unsubscribe function using the -= operator.

A test should be added to address this issue.