djblets.webapi.testing.decorators
Decorators to help with API test suites.
-
webapi_test_template(test_func)[source]
Mark a test function as a template for tests.
This adds a flag to the test function hinting that it should be processed
differently. WebAPITestCaseMixin
will replace the docstring to
match that of the active test suite.