aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Check the integrity of the image before performing the actual test.Olivier Tilloy2011-08-201-0/+5
* Added a unit test to verify that the type of an EXIF makernote tag is correct...Olivier Tilloy2011-08-203-1/+25
* Updated header.Olivier Tilloy2011-08-201-5/+2
* Be flexible and allow setting the value of a LangAlt tag to a string,Olivier Tilloy2011-08-171-1/+7
* Add some sanity checks.Olivier Tilloy2011-08-171-0/+2
* Check the type before setting a tag’s value and raise a TypeError if it doe...Olivier Tilloy2011-08-171-1/+11
* Add a unit test to check that using the dictionary interface with an incorrec...Olivier Tilloy2011-08-171-1/+8
* Custom DateTimeFormatter helper to convert date/time objects to strings confo...Olivier Tilloy2011-08-122-1/+193
* Fixed a unit test.Olivier Tilloy2011-08-041-1/+1
* Added some (failing) unit tests for date conversion for dates prior to year 1...Olivier Tilloy2011-08-043-0/+42
* Fix timezone formatting when writing XMP tags.Olivier Tilloy2011-08-021-0/+21
* Fix timezone formatting when writing IPTC tags.Olivier Tilloy2011-08-021-0/+15
* Do not try (and fail!) to encode non-unicode filenames.Olivier Tilloy2011-08-011-4/+10
* Added unit tests for Rational.__repr__().Olivier Tilloy2011-07-231-0/+5
* Do not fail to parse rationals stored as '0/0'.Olivier Tilloy2011-05-242-0/+14
* New convenience function to factorize further the code that handles fractions...Olivier Tilloy2010-12-261-1/+9
* Handle fractions in a transparent manner,Olivier Tilloy2010-12-265-62/+45
* is_fraction and make_fraction: convenience functions to handle transparentlyOlivier Tilloy2010-12-242-2/+43
* Support pickling XMP tags.Olivier Tilloy2010-12-221-0/+25
* Support pickling IPTC tags.Olivier Tilloy2010-12-221-1/+26
* Merged the latest changes from the trunk.Olivier Tilloy2010-12-221-10/+10
|\
| * Fix the IPTC Time type to string conversion,Olivier Tilloy2010-12-221-10/+10
* | Support pickling EXIF tags.Olivier Tilloy2010-12-222-0/+69
|/
* Unit tests for the IPTC charset.Olivier Tilloy2010-12-201-0/+65
* EMPTY_JPG_DATA was moved to the testutils module.Olivier Tilloy2010-12-171-2/+1
* Merged latest changes from trunk.Olivier Tilloy2010-12-1712-34/+253
|\
| * Moved EMPTY_JPG_DATA to the testutils module.Olivier Tilloy2010-12-173-20/+21
| * Starting from 0.20, exiv2 converts unicode comments to UTF-8.Olivier Tilloy2010-12-162-7/+15
| * Unit test adding comments to an empty image an reading them back.Olivier Tilloy2010-12-152-4/+38
| * Factorize the test data checksums in a dictionary.Olivier Tilloy2010-12-141-9/+15
| * Unit test writing comments.Olivier Tilloy2010-12-141-0/+28
| * Renamed some unit tests.Olivier Tilloy2010-12-141-3/+3
| * Unit test reading comments off existing files.Olivier Tilloy2010-12-142-0/+62
| * Additional unit tests for generic conversion of Comments.Olivier Tilloy2010-12-141-0/+10
| * Updated test data checksums control file.Olivier Tilloy2010-12-141-2/+5
| * More test data.Olivier Tilloy2010-12-141-0/+0
| * Some test data.Olivier Tilloy2010-12-143-0/+0
| * 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-082-8/+8
| * Unit test for the exception raised when trying to access the metadata of an i...Olivier Tilloy2010-12-081-1/+34
| * Unit tests for Rational conversions in XMP tags.Olivier Tilloy2010-11-301-1/+26
| * Conditional unit test for Fraction objects in EXIF tags.Olivier Tilloy2010-11-301-1/+6
* | Unit tests for the custom XMP namespaces.Olivier Tilloy2010-11-292-2/+104
|/
* 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
* Unit test to check that accessing the .raw_values and .values properties issu...Olivier Tilloy2010-11-211-0/+30
* Rename the .raw_values and .values properties of IPTC tags to .raw_value and ...Olivier Tilloy2010-11-213-11/+11
* Add a unit test to check that an exception is raised when trying to set multi...Olivier Tilloy2010-11-171-0/+5
* Throw an exception instead of silently failing when unable to parse the raw v...Olivier Tilloy2010-11-172-0/+10