Added get_path tests back in. Special-cased get_path if root and self are equal to...
authorStephen Burrows <stephen.r.burrows@gmail.com>
Mon, 22 Nov 2010 15:45:31 +0000 (10:45 -0500)
committerStephen Burrows <stephen.r.burrows@gmail.com>
Mon, 29 Nov 2010 18:24:01 +0000 (13:24 -0500)
commit8d3b1128e7925825332eafc7d269cf34e1af170c
tree66eafe4d2d2048070dd9994af83a3f008896cc4a
parent572eaacd575a0c80e478d8ba841e56c5ca43351c
Added get_path tests back in. Special-cased get_path if root and self are equal to return '' instead of raising an exception.
models/base.py
tests.py