Basics:
Building:
Reference:
TestNotifier
Tests for the Notifier class.
Bases: ipv8.test.base.TestBase
ipv8.test.base.TestBase
Create a new notifier.
Test if an observer can be added and if it gets notified.
Test if a delegate can be added and if it gets notified.
Test if notifying with too many args raises a ValueError.
Test if notifying with too little args raises a ValueError.
Test if observing with too many args raises a TypeError.
Test if observing with too little args raises a TypeError.