ordigi/elodie/tests
Jaisen Mathai 87e0420fba
Make Pillow optional due to external dependencies (#326)
Fixes #325.

`Pillow` has a number of external dependencies needed for installation. Since most media files are detected correctly with `imghdr` and `Pillow` is used as a fallback we can make it optional.

`Pillow` support was added in #320 to fix #281.
2019-07-14 17:36:09 -07:00
..
files Add a plugin to upload photos to Google Photos (#319) 2019-07-12 01:44:57 -07:00
media Make Pillow optional due to external dependencies (#326) 2019-07-14 17:36:09 -07:00
plugins Add a plugin to upload photos to Google Photos (#319) 2019-07-12 01:44:57 -07:00
__init__.py gh-22 Add __init__.py files so nosetests -w recursively runs tests 2015-12-01 01:03:00 -08:00
config_test.py Create an extendable plugin framework #315 #316 (#318) 2019-07-04 02:57:10 -07:00
constants_test.py Create and use a temporary folder as the application directory when running tests #323 2019-07-12 21:31:53 -07:00
dependencies_test.py Added friendly errors when dependencies are not installed 2016-01-07 22:19:22 -08:00
elodie_test.py Add a plugin to upload photos to Google Photos (#319) 2019-07-12 01:44:57 -07:00
filesystem_test.py Create an extendable plugin framework #315 #316 (#318) 2019-07-04 02:57:10 -07:00
geolocation_test.py Implements prefer english names setting for MapQuest API in config.ini (#290) 2019-01-21 20:27:38 -08:00
helper.py Create and use a temporary folder as the application directory when running tests #323 2019-07-12 21:31:53 -07:00
localstorage_test.py Closes gh-159 Remove RESULT as global variable in elodie.py 2016-12-15 01:24:04 -08:00
log_test.py Convert FileSystem.get_all_files to be a generator function 2016-12-19 21:59:58 -08:00
plugins_test.py Add a plugin to upload photos to Google Photos (#319) 2019-07-12 01:44:57 -07:00
requirements.txt gh-145 Fix configparser unit test error for python 2 and 3 2016-11-07 20:47:16 -08:00
result_test.py Closes gh-159 Remove RESULT as global variable in elodie.py 2016-12-15 01:24:04 -08:00
run_tests.py Create and use a temporary folder as the application directory when running tests #323 2019-07-12 21:31:53 -07:00