Updated test
This commit is contained in:
@@ -35,8 +35,9 @@ def test_export_exiftool():
|
|||||||
result = runner.invoke(
|
result = runner.invoke(
|
||||||
export,
|
export,
|
||||||
[
|
[
|
||||||
|
"--db",
|
||||||
os.path.join(cwd, PHOTOS_DB_15_7),
|
os.path.join(cwd, PHOTOS_DB_15_7),
|
||||||
".",
|
temp_dir,
|
||||||
"-V",
|
"-V",
|
||||||
*uuid_option,
|
*uuid_option,
|
||||||
],
|
],
|
||||||
@@ -65,8 +66,9 @@ def test_export_exiftool():
|
|||||||
result = runner.invoke(
|
result = runner.invoke(
|
||||||
export,
|
export,
|
||||||
[
|
[
|
||||||
|
"--db",
|
||||||
os.path.join(cwd, PHOTOS_DB_15_7),
|
os.path.join(cwd, PHOTOS_DB_15_7),
|
||||||
".",
|
temp_dir,
|
||||||
"-V",
|
"-V",
|
||||||
"--exiftool",
|
"--exiftool",
|
||||||
"--update",
|
"--update",
|
||||||
@@ -88,8 +90,9 @@ def test_export_exiftool_album_keyword():
|
|||||||
result = runner.invoke(
|
result = runner.invoke(
|
||||||
export,
|
export,
|
||||||
[
|
[
|
||||||
|
"--db",
|
||||||
os.path.join(cwd, PHOTOS_DB_15_7),
|
os.path.join(cwd, PHOTOS_DB_15_7),
|
||||||
".",
|
temp_dir,
|
||||||
"-V",
|
"-V",
|
||||||
"--album",
|
"--album",
|
||||||
"Pumpkin Farm",
|
"Pumpkin Farm",
|
||||||
@@ -126,8 +129,9 @@ def test_export_exiftool_album_keyword():
|
|||||||
result = runner.invoke(
|
result = runner.invoke(
|
||||||
export,
|
export,
|
||||||
[
|
[
|
||||||
|
"--db",
|
||||||
os.path.join(cwd, PHOTOS_DB_15_7),
|
os.path.join(cwd, PHOTOS_DB_15_7),
|
||||||
".",
|
temp_dir,
|
||||||
"-V",
|
"-V",
|
||||||
"--exiftool",
|
"--exiftool",
|
||||||
"--update",
|
"--update",
|
||||||
@@ -155,8 +159,9 @@ def test_export_exiftool_keyword_template():
|
|||||||
result = runner.invoke(
|
result = runner.invoke(
|
||||||
export,
|
export,
|
||||||
[
|
[
|
||||||
|
"--db",
|
||||||
os.path.join(cwd, PHOTOS_DB_15_7),
|
os.path.join(cwd, PHOTOS_DB_15_7),
|
||||||
".",
|
temp_dir,
|
||||||
"-V",
|
"-V",
|
||||||
*uuid_option,
|
*uuid_option,
|
||||||
],
|
],
|
||||||
@@ -189,8 +194,9 @@ def test_export_exiftool_keyword_template():
|
|||||||
result = runner.invoke(
|
result = runner.invoke(
|
||||||
export,
|
export,
|
||||||
[
|
[
|
||||||
|
"--db",
|
||||||
os.path.join(cwd, PHOTOS_DB_15_7),
|
os.path.join(cwd, PHOTOS_DB_15_7),
|
||||||
".",
|
temp_dir,
|
||||||
"-V",
|
"-V",
|
||||||
"--exiftool",
|
"--exiftool",
|
||||||
"--keyword-template",
|
"--keyword-template",
|
||||||
@@ -218,8 +224,9 @@ def test_export_exiftool_load_config():
|
|||||||
result = runner.invoke(
|
result = runner.invoke(
|
||||||
export,
|
export,
|
||||||
[
|
[
|
||||||
|
"--db",
|
||||||
os.path.join(cwd, PHOTOS_DB_15_7),
|
os.path.join(cwd, PHOTOS_DB_15_7),
|
||||||
".",
|
temp_dir,
|
||||||
"-V",
|
"-V",
|
||||||
"--save-config",
|
"--save-config",
|
||||||
"config.toml",
|
"config.toml",
|
||||||
@@ -246,8 +253,9 @@ def test_export_exiftool_load_config():
|
|||||||
result = runner.invoke(
|
result = runner.invoke(
|
||||||
export,
|
export,
|
||||||
[
|
[
|
||||||
|
"--db",
|
||||||
os.path.join(cwd, PHOTOS_DB_15_7),
|
os.path.join(cwd, PHOTOS_DB_15_7),
|
||||||
".",
|
temp_dir,
|
||||||
"-V",
|
"-V",
|
||||||
"--exiftool",
|
"--exiftool",
|
||||||
"--update",
|
"--update",
|
||||||
|
|||||||
Reference in New Issue
Block a user