class documentation

class TestCaseInTempDir(TestCase):

Known subclasses: subvertpy.tests.SubversionTestCase, subvertpy.tests.test_repos.TestRepository

View In Hierarchy

Test case that runs in a temporary directory.
Method setUp Undocumented
Method tearDown Undocumented
Instance Variable test_dir Undocumented
Instance Variable _oldcwd Undocumented

Inherited from TestCase:

Method assertIs Undocumented
Method assertIsInstance Fail if obj is not an instance of kls
def tearDown(self):

Undocumented

test_dir =

Undocumented

_oldcwd =

Undocumented