Added --update to CLI export; reference issue #100
This commit is contained in:
9
tests/conftest.py
Normal file
9
tests/conftest.py
Normal file
@@ -0,0 +1,9 @@
|
||||
""" pytest test configuration """
|
||||
import pytest
|
||||
|
||||
from osxphotos.exiftool import _ExifToolProc
|
||||
|
||||
@pytest.fixture(autouse=True)
|
||||
def reset_singletons():
|
||||
""" Need to clean up any ExifTool singletons between tests """
|
||||
_ExifToolProc.instance = None
|
||||
Reference in New Issue
Block a user