Template system now supports default values

This commit is contained in:
Rhet Turnbull
2020-03-28 09:57:48 -07:00
parent 427c4c0bc4
commit 67a9a9e21b
9 changed files with 357 additions and 119 deletions

View File

@@ -1,8 +1,6 @@
""" Test PlaceInfo """
import pytest
from osxphotos._constants import _UNKNOWN_PERSON
PHOTOS_DB = "./tests/Test-Places-High-Sierra-10.13.6.photoslibrary/database/photos.db"
UUID_DICT = {
@@ -144,6 +142,7 @@ def test_place_place_info_4():
assert photo.place.names.sub_throughfare == []
assert photo.place.names.body_of_water == ["River Torrens"]
def test_place_no_place_info():
# test valid place info
import osxphotos