Home
last modified time | relevance | path

Searched refs:check_tree_shape (Results 1 – 4 of 4) sorted by relevance

/dports/devel/brz/breezy-3.2.0/breezy/tests/
H A Dtest_commit.py286 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__.py2333 def check_tree_shape(self, tree, shape): member in TestCase
H A Dtest_selftest.py2911 self.check_tree_shape(tree, files)
/dports/devel/brz/breezy-3.2.0/breezy/tests/per_workingtree/
H A Dtest_workingtree.py322 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/',