dulwich.tests.test_blackbox module

Blackbox tests for Dulwich commands.

class dulwich.tests.test_blackbox.GitReceivePackTests(methodName='runTest')

Bases: BlackboxTestCase

Blackbox tests for dul-receive-pack.

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.

setUp()

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

test_basic()
test_missing_arg()
class dulwich.tests.test_blackbox.GitUploadPackTests(methodName='runTest')

Bases: BlackboxTestCase

Blackbox tests for dul-upload-pack.

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.

setUp()

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

test_missing_arg()