This documentation covers the in-development release of Review Board.
You can see the latest stable
docs or all previous versions.
reviewboard.webapi.tests.base
-
class
BaseWebAPITestCase
(methodName='runTest')[source]
Bases: djblets.webapi.testing.testcases.WebAPITestCaseMixin
, reviewboard.testing.testcase.TestCase
, reviewboard.notifications.tests.test_email_sending.EmailTestHelper
-
error_mimetype
= u'application/vnd.reviewboard.org.error+json'[source]
-
setUp
()[source]
Hook method for setting up the test fixture before exercising it.
-
tearDown
()[source]
Hook method for deconstructing the test fixture after testing it.
-
get_sample_image_filename
()[source]