Package tracopt :: Package versioncontrol :: Package git :: Package tests :: Module git_fs :: Class GitCachedRepositoryTestCase

Class GitCachedRepositoryTestCase

source code

            object --+            
                     |            
unittest.case.TestCase --+        
                         |        
            object --+   |        
                     |   |        
       GitCommandMixin --+        
                         |        
              BaseTestCase --+    
                             |    
         GitRepositoryTestCase --+
                                 |
                                GitCachedRepositoryTestCase

Nested Classes

Inherited from unittest.case.TestCase: failureException

Instance Methods
 
test_repository_instance(self) source code
 
test_sync(self) source code
 
test_sync_file_with_invalid_byte_sequence(self) source code
 
test_sync_merge(self) source code
 
test_sync_too_many_merges(self) source code
 
test_sync_many_refs(self) source code

Inherited from GitRepositoryTestCase: setUp, test_branchs, test_changeset_branches_tags, test_colon_character_in_filename, test_get_annotations, test_invalid_path_raises, test_iter_nodes, test_parent_child_revs, test_reset_head, test_submodule, test_tags

Inherited from BaseTestCase: tearDown

Inherited from unittest.case.TestCase: __call__, __eq__, __hash__, __init__, __ne__, __repr__, __str__, addCleanup, addTypeEqualityFunc, assertAlmostEqual, assertAlmostEquals, assertDictContainsSubset, assertDictEqual, assertEqual, assertEquals, assertFalse, assertGreater, assertGreaterEqual, assertIn, assertIs, assertIsInstance, assertIsNone, assertIsNot, assertIsNotNone, assertItemsEqual, assertLess, assertLessEqual, assertListEqual, assertMultiLineEqual, assertNotAlmostEqual, assertNotAlmostEquals, assertNotEqual, assertNotEquals, assertNotIn, assertNotIsInstance, assertNotRegexpMatches, assertRaises, assertRaisesRegexp, assertRegexpMatches, assertSequenceEqual, assertSetEqual, assertTrue, assertTupleEqual, assert_, countTestCases, debug, defaultTestResult, doCleanups, fail, failIf, failIfAlmostEqual, failIfEqual, failUnless, failUnlessAlmostEqual, failUnlessEqual, failUnlessRaises, id, run, shortDescription, skipTest

Inherited from object: __delattr__, __format__, __getattribute__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Class Methods

Inherited from unittest.case.TestCase: setUpClass, tearDownClass

Class Variables
  cached_repository = 'enabled'

Inherited from unittest.case.TestCase: longMessage, maxDiff

Inherited from GitCommandMixin: git_bin

Properties

Inherited from object: __class__

Method Details

test_repository_instance(self)

source code 
Overrides: GitRepositoryTestCase.test_repository_instance