dulwich.tests.test_missing_obj_finder module¶
-
class
dulwich.tests.test_missing_obj_finder.
MOFLinearRepoTest
(methodName='runTest')¶ Bases:
dulwich.tests.test_missing_obj_finder.MissingObjectFinderTest
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_1_to_2
()¶
-
test_1_to_3
()¶
-
test_2_to_3
()¶
-
test_bogus_haves
()¶ Ensure non-existent SHA in haves are tolerated
-
test_bogus_wants_failure
()¶ Ensure non-existent SHA in wants are not tolerated
-
test_no_changes
()¶
-
-
class
dulwich.tests.test_missing_obj_finder.
MOFMergeForkRepoTest
(methodName='runTest')¶ Bases:
dulwich.tests.test_missing_obj_finder.MissingObjectFinderTest
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_have1_want6
()¶
-
test_have3_want6
()¶
-
test_have4_want7
()¶
-
test_have5_want7
()¶
-
test_have6_want7
()¶
-
-
class
dulwich.tests.test_missing_obj_finder.
MOFTagsTest
(methodName='runTest')¶ Bases:
dulwich.tests.test_missing_obj_finder.MissingObjectFinderTest
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_tagged_blob
()¶
-
test_tagged_commit
()¶
-
test_tagged_tag
()¶
-
test_tagged_tagged_blob
()¶
-
test_tagged_tree
()¶
-
-
class
dulwich.tests.test_missing_obj_finder.
MissingObjectFinderTest
(methodName='runTest')¶ Bases:
dulwich.tests.TestCase
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.
-
assertMissingMatch
(haves, wants, expected)¶
-
cmt
(n)¶
-
setUp
()¶ Hook method for setting up the test fixture before exercising it.
-