assert_python#
Functions
Test a class for complete documentation. |
|
Assert an object type is abstract. |
|
Assert an object type is concrete. |
|
Assert an object type is a mixin. |
|
Assert an object type is abstract. |
|
Test a classmethod for complete documentation. |
|
Assert an object has an abstract classmethod. |
|
Assert an object has a concrete classmethod. |
|
Test that a classmethod does not raise NotImplementedError. |
|
Test that a classmethod raises NotImplementedError. |
|
Test for the presence of a docstring in an object. |
|
Test a function for complete documentation. |
|
Assert an abstract function for several attributes: |
|
Assert a concrete function for several attributes: |
|
Test that a function does not raise NotImplementedError. |
|
Test that a function raises NotImplementedError. |
|
Assert an object has an attribute. |
|
Test a method for complete documentation. |
|
Assert an object has an abstract method. |
|
Assert an object has a concrete method. |
|
Test that a method does not raise NotImplementedError. |
|
Test that a method raises NotImplementedError. |
|
Test a module for complete documentation. |
|
Test a module for a public API. |
|
Test a property for complete documentation. |
|
Assert an object has an abstract property. |
|
Assert an object has an concrete property. |
|
Test that a method does not raise NotImplementedError. |
|
Test that a property raises NotImplementedError. |
|
Ensure that method does not raise an ForbiddenException. |
|
Ensure that a function raises an expected exception or one of an expected set of exceptions. |