1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Testing Decorators Module
========================================================================================
.. automodule:: testing.decorators
Available Decorators
----------------------------------------------------------------------------------------
.. autofunction:: testing.decorators.confoverrides
.. autofunction:: testing.decorators.no_cleanup
.. autofunction:: testing.decorators.no_run
Decorator Helper Functions
----------------------------------------------------------------------------------------
.. autofunction:: testing.decorators._apply_confoverride_to_class
.. autofunction:: testing.decorators.default_confoverrides
|