def test_build_tree(self):
     self.assertEqual(oca.build_tree(oca.template_paths(TEMPLATES), CONFIG),
                      OUTPUT)
def test_build_tree():
    assert_equals(build_tree(template_paths(TEMPLATES), CONFIG), OUTPUT)
 def test_build_tree(self):
     self.assertEqual(oca.build_tree(
         oca.template_paths(TEMPLATES), CONFIG), OUTPUT)