idealo / imagededup

😎 Finding duplicate images made easy!
https://idealo.github.io/imagededup/
Apache License 2.0
5.1k stars 458 forks source link

Modify tests to ignore hidden files #131

Closed tanujjain closed 3 years ago

tanujjain commented 3 years ago

WHAT

Following two tests were failing (locally) as they didn't account for .DS_Store file on mac:

  1. test_data_generator.py/test_recursive_image_files
  2. test_data_generator.py/test_recursive_disabled_by_default

FIX

Modify tests to ignore hidden files '.DS_Store' that are automatically created on mac by the Finder application.