bitbucket.tests.private Package¶
private Package¶
issue Module¶
issue_comment Module¶
-
class
bitbucket.tests.private.issue_comment.IssueCommentAuthenticatedMethodsTest(methodName='runTest')[source]¶ Bases:
bitbucket.tests.private.private.AuthenticatedBitbucketTestTesting bitbucket.issue.comments methods.
private Module¶
-
class
bitbucket.tests.private.private.AuthenticatedBitbucketTest(methodName='runTest')[source]¶ Bases:
unittest.case.TestCaseBitbucket test base class for authenticated methods.
-
class
bitbucket.tests.private.private.BitbucketAuthenticatedMethodsTest(methodName='runTest')[source]¶ Bases:
bitbucket.tests.private.private.AuthenticatedBitbucketTestTesting Bitbucket annonymous methods.
Test get_tags.
repository Module¶
-
class
bitbucket.tests.private.repository.ArchiveRepositoryAuthenticatedMethodsTest(methodName='runTest')[source]¶ Bases:
bitbucket.tests.private.private.AuthenticatedBitbucketTestTesting bitbucket.repository.archive method, which require custom setUp and tearDown methods.
test_archive require a commit to download the repository.
-
class
bitbucket.tests.private.repository.RepositoryAuthenticatedMethodsTest(methodName='runTest')[source]¶ Bases:
bitbucket.tests.private.private.AuthenticatedBitbucketTestTesting bitbucket.repository methods.
service Module¶
-
class
bitbucket.tests.private.service.ServiceAuthenticatedMethodsTest(methodName='runTest')[source]¶ Bases:
bitbucket.tests.private.private.AuthenticatedBitbucketTestTesting bitbucket.service methods.
settings Module¶
Set USERNAME and PASSWORD or USERNAME, CONSUMER_KEY and CONSUMER_SECRET in bitbucket/tests/private/settings.py if you want to run tests for private methods.