class documentation

Undocumented

Method test_delete Basic test of porcelain push, removing a branch.
Method test_diverged Undocumented
Method test_local_missing Pushing a new branch.
Method test_new Pushing a new branch.
Method test_simple Basic test of porcelain push where self.repo is the remote. First clone the remote, commit a file to the clone, then push the changes back to the remote.

Inherited from PorcelainTestCase:

Method assertRecentTimestamp Undocumented
Method setUp Undocumented
Instance Variable repo Undocumented
Instance Variable repo_path Undocumented
Instance Variable test_dir Undocumented

Inherited from TestCase (via PorcelainTestCase):

Method overrideEnv Undocumented
def test_delete(self):

Basic test of porcelain push, removing a branch.

def test_diverged(self):

Undocumented

def test_local_missing(self):

Pushing a new branch.

def test_new(self):

Pushing a new branch.

def test_simple(self):

Basic test of porcelain push where self.repo is the remote. First clone the remote, commit a file to the clone, then push the changes back to the remote.