djblets.testing.decorators¶
-
add_fixtures
(fixtures, replace=False)[source]¶ Adds or replaces the fixtures used for this test.
This must be used along with
djblets.testing.testcases.TestCase()
.
This documentation covers Djblets 0.9. You can select a version above or view the latest documentation.
add_fixtures
(fixtures, replace=False)[source]¶Adds or replaces the fixtures used for this test.
This must be used along with djblets.testing.testcases.TestCase()
.