Searched refs:check_tree_shape (Results 1 – 4 of 4) sorted by relevance
/dports/devel/brz/breezy-3.2.0/breezy/tests/ |
H A D | test_commit.py | 286 self.check_tree_shape(tree1, ['hello']) 294 self.check_tree_shape(tree2, ['fruity']) 322 self.check_tree_shape(wt, ['a/', 'a/hello', 'b/']) 331 self.check_tree_shape(wt, 333 self.check_tree_shape(b.repository.revision_tree(r3), 343 self.check_tree_shape(wt, ['a/', 'a/b/hello', 'a/b/'])
|
H A D | __init__.py | 2333 def check_tree_shape(self, tree, shape): member in TestCase
|
H A D | test_selftest.py | 2911 self.check_tree_shape(tree, files)
|
/dports/devel/brz/breezy-3.2.0/breezy/tests/per_workingtree/ |
H A D | test_workingtree.py | 322 self.check_tree_shape(tree, ['dir/', 'dir/sub/', 'dir/sub/file']) 326 self.check_tree_shape(wt, 331 self.check_tree_shape(wt, ['newdir/', 'newdir/newsub/',
|