module documentation

Undocumented

Class ​SATest​Suite​Warning warning for a condition detected during tests that is non-fatal
Function assert​_warnings Assert that each of the given warnings are emitted by fn.
Function setup​_filters Set global warning behavior for the test suite.
Function warn​_test​_suite Undocumented
def assert_warnings(fn, warning_msgs, regex=False):

Assert that each of the given warnings are emitted by fn.

Deprecated. Please use assertions.expect_warnings().

def setup_filters():
Set global warning behavior for the test suite.
def warn_test_suite(message):

Undocumented