Part of bzrlib.tests.per_branch.test_http View In Hierarchy
An "inaccessible" parent location is one that cannot be represented, e.g. if a child branch says its parent is at "../../my-parent", but that child is at "http://host/one" then that parent location is inaccessible. These branches' get_parent method will raise InaccessibleParent.
Method | setUp | Undocumented |
Method | get_branch_with_invalid_parent | Get a branch whose get_parent will raise InaccessibleParent. |
Method | test_get_parent_invalid | Undocumented |
Method | test_clone_invalid_parent | Undocumented |
Method | test_sprout_invalid_parent | Undocumented |
Inherited from TestCaseWithBranch:
Method | get_branch | Undocumented |
Method | get_default_format | Undocumented |
Method | make_branch | Undocumented |
Method | create_tree_with_merge | Create a branch with a simple ancestry. |