aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
|/
* Fix unit tests on windows.Olivier Tilloy2010-03-141-1/+1
* Ported the ReadMetadata test case to 0.2.Mark Lee2010-02-213-38/+150
|\
| * Consistent type and value(s) checks.Olivier Tilloy2010-02-211-24/+7
| * Always check all values of IPTC tags.Olivier Tilloy2010-02-211-21/+19
| * Header cosmetics.Olivier Tilloy2010-02-211-4/+2
| * XMP: Check the tag value types, not the tag type.Mark Lee2010-02-161-68/+68
| * Add an XMP metadata test.Mark Lee2010-02-092-1/+124
| * Port the ReadMetadataTestCase to the 0.2 API.Mark Lee2010-02-042-19/+29
* | 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
|/
* Longitudes accept values between 0 and 180 degrees.Rob Wallace2010-01-301-1/+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
* Prevent emptying XMP sequences and other multiple-value types.Olivier Tilloy2010-01-211-0/+8
* Lazy value computation for XMP tags.Olivier Tilloy2010-01-211-0/+6
* Lazy value computation for IPTC tags.Olivier Tilloy2010-01-211-0/+3