class documentation

class BuildIndexTests(TestCase):

View In Hierarchy

Undocumented

Method assertFileContents Undocumented
Method assertReasonableIndexEntry Undocumented
Method test_empty Undocumented
Method test_git_dir Undocumented
Method test_git_submodule Undocumented
Method test_git_submodule_exists Undocumented
Method test_no_decode_encode Undocumented
Method test_nonempty Undocumented
Method test_norewrite Undocumented
Method test_symlink Undocumented

Inherited from TestCase:

Method overrideEnv Undocumented
Method setUp Undocumented
def assertFileContents(self, path, contents, symlink=False):

Undocumented

def assertReasonableIndexEntry(self, index_entry, mode, filesize, sha):

Undocumented

def test_empty(self):

Undocumented

def test_git_dir(self):

Undocumented

def test_git_submodule(self):

Undocumented

def test_git_submodule_exists(self):

Undocumented

def test_no_decode_encode(self):

Undocumented

def test_nonempty(self):

Undocumented

@skipIf(not getattr(os, 'sync', None), 'Requires sync support')
def test_norewrite(self):

Undocumented

@skipIf(not can_symlink(), 'Requires symlink support')
def test_symlink(self):

Undocumented