Basically fast_relpath does not act like os.path.r...
# general
e
Basically fast_relpath does not act like os.path.relpath for the case:
Copy code
self.assertEqual('b/', fast_relpath('/c/b/', '/c/'))
self.assertEqual('b', os.path.relpath('/c/b/', '/c/'))