From 3c572de428b5ec63afc38945a7c4953318fbd5df Mon Sep 17 00:00:00 2001 From: Thomas Feldmann Date: Tue, 26 Nov 2019 16:17:30 +0100 Subject: [PATCH] WIP: Add EXIF filter (#46) * make dotdict case insensitive * cidict no longer needed * update dependencies * add tag comparison * fix linter warnings * add expected values * Bring up to date with master branch * add type hints * add exif filter test * ensure py3.5 compatibility * add exif tests * update comments * update docs and tests for exif * update changelog --- tests/conftest.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/conftest.py b/tests/conftest.py index 95224b6a..4f66ec4a 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -9,6 +9,8 @@ TESTS_FOLDER = os.path.dirname(os.path.abspath(__file__)) +TESTS_FOLDER = os.path.dirname(os.path.abspath(__file__)) + def create_filesystem(tmp_path, files, config): # create files