ordigi/elodie/tests
Jaisen Mathai 3ad6c0db35
Fix issue where photos without EXIF were not using the correct date for folder or file names #330 (#331)
Fixes #330

Fixes a bug in the code where media.set_original_name() would set the mtime of a photo and then use the newly set mtime for generating the folder and file name.
2019-07-29 23:51:10 -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 Fix issue where photos without EXIF were not using the correct date for folder or file names #330 (#331) 2019-07-29 23:51: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