not_raises#

pybrops.test.assert_python.not_raises(*ForbiddenExceptions)[source]#

Ensure that method does not raise an ForbiddenException.

Parameters:

ForbiddenException (Exception) – Forbidden Exception.

Return type:

Generator