aboutsummaryrefslogtreecommitdiffstats
path: root/test/metadata.py
Commit message (Expand)AuthorAgeFilesLines
* Moved EMPTY_JPG_DATA to the testutils module.Olivier Tilloy2010-12-171-19/+1
* Fix test_write_exif_thumbnail_to_file on windows.Olivier Tilloy2010-12-091-1/+1
* Commented out a unit test which result depends on FS mount options.Olivier Tilloy2010-12-081-1/+5
* Use isinstance(…) instead of type(…) everywhere, as recommended by Python...Olivier Tilloy2010-12-081-6/+6
* Unit test for the exception raised when trying to access the metadata of an i...Olivier Tilloy2010-12-081-1/+34
* Added a unit test to check that the EXIF thumbnail corresponds to a preview.Olivier Tilloy2010-11-281-0/+13
* Unit tests for the EXIF thumbnail.Olivier Tilloy2010-11-221-0/+94
* Rename the .raw_values and .values properties of IPTC tags to .raw_value and ...Olivier Tilloy2010-11-211-6/+6
* Strip trailing white spaces in string_to_undefined(…).Olivier Tilloy2010-11-151-1/+1
* Turn ImageMetadata into MutableMappingAntti Siira2010-09-301-0/+46
* When deleting a tag, remove its key from the cache too.Olivier Tilloy2010-09-291-12/+15
* Fix a typo in the unit tests.Olivier Tilloy2010-08-271-3/+3
* Sanity check when setting the parent image of a tag:Olivier Tilloy2010-08-241-0/+11
* Round the timestamps to have the tests passOlivier Tilloy2010-05-261-10/+10
* Optionnally preserve the file's timestamp when writing back metadata.Olivier Tilloy2010-05-261-0/+39
* Unit tests for the image comment.Olivier Tilloy2010-05-211-0/+24
* Unit tests: use a JPEG image instead of a PNG image.Olivier Tilloy2010-05-211-7/+20
* Attach the image's XmpData to a tag when it is assigned to an image.Olivier Tilloy2010-05-201-32/+0
* Attach the image's IptcData to a tag when it is assigned to an image.Olivier Tilloy2010-05-191-34/+0
* Attach the image's ExifData to a tag when it is assigned to an image.Olivier Tilloy2010-05-191-31/+0
* Don't use mocks to unit-test the ImageMetadata class.Olivier Tilloy2010-05-191-282/+100
* Additional unit tests for direct value assignment.Olivier Tilloy2010-02-171-0/+49
* Direct value assignment as an alternative to passing a fully-formed tag.Olivier Tilloy2010-02-171-9/+9
* Make the unit tests choke on bug #522216.Olivier Tilloy2010-02-151-0/+6
* Raise an IOError when trying to read an non-existent file,Olivier Tilloy2010-01-291-0/+4
* Made the low level Image wrapper and all the methods it exposes protected.Olivier Tilloy2010-01-261-17/+17
* Copy metadata to another image.Olivier Tilloy2010-01-221-0/+37
* Lazy value computation for XMP tags.Olivier Tilloy2010-01-211-0/+6
* Lazy value computation for IPTC tags.Olivier Tilloy2010-01-211-0/+3
* Updated copyright headers for 2010.Olivier Tilloy2010-01-051-1/+1
* Fixed metadata unit tests.Olivier Tilloy2009-12-161-96/+91
* Updated unit tests' imports.Olivier Tilloy2009-10-201-0/+692