106
108
def test__remote_path(self):
108
117
# try what is currently used:
109
118
# remote path = self._abspath(relpath)
111
120
# we dont os.path.join because windows gives us the wrong path
113
122
root_parent = '/'.join(root_segments[:-1])
115
124
self.assertEqual(root_parent + '/sibling', t._remote_path('../sibling'))