poli.tests.observers.test_observers#
Tests for the basic promises regarding observers
This module implements tests for - whether we can define an observer, - whether the observer properly logs the
objective calls, and
whether we can register observers and run them in isolated processes using set_observer.
Functions
|
|
|
|
|
An integration test for the observer registration and external instancing |
|
|
|
Tests whether we can define a simple observer |
|
Tests whether the __call__ of a black box function is properly logged |
Classes
|