Cédric Leporcq
42b1f4ecd4
load config as global variable
2021-06-18 06:51:30 +02:00
Arian Maleki
d8cee15f32
Optimize exiftool calls by adding an ExifTool singleton in pyexiftool library ( #352 )
...
This fix results in a 10x performance improvement [1] enabling a single exiftool subprocess to elimate spawing exiftool for each image.
Closes #350 #347
[1] https://github.com/jmathai/elodie/issues/350#issuecomment-573412006
2020-01-13 23:04:33 -08:00
Jaisen Mathai
50c6e3597f
Create and use a temporary folder as the application directory when running tests #323
...
Fixes #322
2019-07-12 21:31:53 -07:00
Jaisen Mathai
aa12ffb13b
Fixes proper handling of location.json after failed test runs. #264
2018-02-09 00:01:10 -08:00
Jaisen Mathai
8950f756fe
Make reset_dbs() / restore_dbs() more robust #260 ( #263 )
...
* Make reset_dbs() / restore_dbs() more robust
If reset_dbs() is called and the test errors restore_dbs() is not called. On Windows this leads to an error the next time they're called because ~/hash.json-test and ~/location.json-test still exist.
* Add rename function to compatability module for 2.7 support
2017-12-06 15:46:00 -08:00
Jaisen Mathai
362b1b1363
Add tests to reproduce error when source path has folder component of numbers #239 ( #241 )
2017-10-31 23:22:03 -07:00
Jaisen Mathai
0864f58a12
Add original file name methods to text and media class #186 ( #187 )
2017-01-22 00:19:44 -08:00
Terence Eden
cd5ba92b0b
Support user defined folder structure ( #5 ) ( #160 )
...
* Custom date directories
* Add config module to parse ini files
* Add method/tests to get a customizable folder path
* Cache path definition
* Initial working version of custom paths
* Add Directory values in sample config
* Refactoring location parsing logic and adding tests
* Remove unused functions
* Add documentation to parse_mask_for_location
* Remove commented out code
* Add tests for migrating old location db to new
2017-01-02 20:58:52 -08:00
Jaisen Mathai
64773655d2
Convert FileSystem.get_all_files to be a generator function
2016-12-19 21:59:58 -08:00
zserg
af36de091e
Python 3 compartibility added
2016-08-21 17:58:13 +03:00
Jaisen Mathai
a66fc7ca41
gh-31 Remove raise SkipTest for geolocation tests due to precision loss
2016-03-23 09:35:32 -07:00
Jaisen Mathai
ed127aa402
gh-93 Add tests for dng and nef files
2016-03-23 00:09:25 -07:00
zserg
b686e7c228
LatLon removed
2016-02-12 22:22:26 +03:00
ZSerg
0d154d67c9
Accepted-Language is moved to constants. TZ fix functions is moved to helper
2016-01-28 21:30:13 +03:00
zserg
91e886163e
core and photo_tests fixed
2016-01-26 22:01:05 +03:00
Jaisen Mathai
c55b14e6c4
gh-74 Check for existing EXIF field before writing and create if needed. Add test case.
2016-01-12 20:48:58 -08:00
Jaisen Mathai
f8c4f35923
gh-47 Add tests for localstorage module including new geolocation database functions
2015-12-28 00:42:18 -08:00
Jaisen Mathai
1713206368
gh-21 Refactor filesystem test by moving helper functions into a module
2015-12-01 01:03:00 -08:00