Skip to content

Commit

Permalink
WIP: Add EXIF filter (#46)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
tfeldmann authored Nov 26, 2019
1 parent 58de480 commit 3c572de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c572de

Please sign in to comment.