aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Strip trailing white spaces in string_to_undefined(…).Olivier Tilloy2010-11-154-5/+57
* 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
* Skip unicode unit tests for unsupported encodings.Olivier Tilloy2010-08-261-3/+13
* 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-202-49/+1
* Attach the image's IptcData to a tag when it is assigned to an image.Olivier Tilloy2010-05-192-51/+1
* Attach the image's ExifData to a tag when it is assigned to an image.Olivier Tilloy2010-05-192-48/+1
* Don't use mocks to unit-test the ImageMetadata class.Olivier Tilloy2010-05-191-282/+100
* The test scons target is now aware of the result of running the test suite.Olivier Tilloy2010-04-141-0/+14
* Return the test runner's result.Olivier Tilloy2010-04-141-1/+1
* Importable function to run the test suite.Olivier Tilloy2010-04-142-1/+6
* Allow running the unit tests from anywhere.Olivier Tilloy2010-04-143-8/+21
* Updated Mark Lee's e-mail address.Olivier Tilloy2010-04-101-1/+1
* Merge the master branch.Olivier Tilloy2010-03-188-420/+102
|\
| * Updated test data checksums.Olivier Tilloy2010-03-181-0/+2
| * Remove old irrelevant unit tests.Olivier Tilloy2010-03-186-420/+0
| * Encode file names in the file system encoding.Olivier Tilloy2010-03-182-0/+100
* | Unit tests for the exposition of image buffers.Olivier Tilloy2010-03-172-0/+92
|/