Getting Started
Working with ODL
Developer zone
Useful facts
API Reference
odl.util.testutils.
fail_counter
Used to count the number of failures of something.
Usage:
with fail_counter("my_test") as counter: # Do stuff counter.fail()
When done, it prints
my_test *** FAILED 1 TEST CASE(S) ***