Added expand_inplace to PhotoTemplate.render

This commit is contained in:
Rhet Turnbull
2020-06-28 13:46:35 -07:00
parent 3693d65b82
commit ff0328785f
5 changed files with 118 additions and 14 deletions

View File

@@ -168,8 +168,8 @@ def test_missing():
photos = photosdb.photos(uuid=["od0fmC7NQx+ayVr+%i06XA"])
assert len(photos) == 1
p = photos[0]
assert p.path == None
assert p.ismissing == True
assert p.path is None
assert p.ismissing
def test_favorite():