class documentation

class GetUnstagedChangesTests(TestCase):

View In Hierarchy

Undocumented

Method test_get_unstaged_changes Unit test for get_unstaged_changes.
Method test_get_unstaged_changes_removed_replaced_by_directory Unit test for get_unstaged_changes.
Method test_get_unstaged_changes_removed_replaced_by_link Unit test for get_unstaged_changes.
Method test_get_unstaged_deleted_changes Unit test for get_unstaged_changes.

Inherited from TestCase:

Method overrideEnv Undocumented
Method setUp Undocumented
def test_get_unstaged_changes(self):

Unit test for get_unstaged_changes.

def test_get_unstaged_changes_removed_replaced_by_directory(self):

Unit test for get_unstaged_changes.

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

Unit test for get_unstaged_changes.

def test_get_unstaged_deleted_changes(self):

Unit test for get_unstaged_changes.