TestGit

class tests.test_extras.TestGit(methodName='runTest')[source]
__init__(methodName='runTest')

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

Methods

Methods

setUp()

Hook method for setting up the test fixture before exercising it.

tearDown()

Hook method for deconstructing the test fixture after testing it.

test_add()

test_add_async()

test_checkout()

test_checkout_async()

test_commit()

test_commit_async()

test_get_current_branch()

test_get_current_commit()

test_get_current_tag()

test_init()

test_init_async()

Attributes

Attributes