class CompatTestCase(TestCase):
Known subclasses: dulwich.tests.compat.test_client.DulwichHttpClientTest
, dulwich.tests.compat.test_client.DulwichMockSSHClientTest
, dulwich.tests.compat.test_client.DulwichSubprocessClientTest
, dulwich.tests.compat.test_client.DulwichTCPClientTest
, dulwich.tests.compat.test_patch.CompatPatchTestCase
, dulwich.tests.compat.test_porcelain.TagCreateSignTestCase
, dulwich.tests.compat.test_repository.ObjectStoreTestCase
, dulwich.tests.compat.test_server.GitServerTestCase
, dulwich.tests.compat.test_web.DumbWebTestCase
, dulwich.tests.compat.test_web.SmartWebTestCase
Test case that requires git for compatibility checks.
Subclasses can change the git version required by overriding min_git_version.
Method | assert |
Undocumented |
Method | assert |
Undocumented |
Method | assert |
Undocumented |
Method | import |
Import a repo from a fast-export file in a temporary directory. |
Method | set |
Undocumented |
Class Variable | min |
Undocumented |
Inherited from TestCase
:
Method | override |
Undocumented |
Import a repo from a fast-export file in a temporary directory.
- Returns: An initialized Repo object that lives in a temporary
- directory.
Parameters | |
name | The name of the repository export file, relative to dulwich/tests/data/repos. |
dulwich.tests.TestCase.setUp
dulwich.tests.compat.test_client.DulwichHttpClientTest
, dulwich.tests.compat.test_client.DulwichMockSSHClientTest
, dulwich.tests.compat.test_client.DulwichSubprocessClientTest
, dulwich.tests.compat.test_client.DulwichTCPClientTest
, dulwich.tests.compat.test_patch.CompatPatchTestCase
, dulwich.tests.compat.test_porcelain.TagCreateSignTestCase
, dulwich.tests.compat.test_repository.ObjectStoreTestCase
, dulwich.tests.compat.test_server.GitServerSideBand64kTestCase
, dulwich.tests.compat.test_web.SmartWebSideBand64kTestCase
Undocumented