aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2021-06-10tests: Move feature requirements to the top of the code.•••Prior to this change, the code that came before the feature requirements errored out due to missing features. * tests/exiftool-tests.el: Move feature requirements to the top of the code. Arun Isaac
2019-05-20Move tests Makefile to top level directory.•••* tests/Makefile: Delete file. * Makefile: New file. Arun Isaac
2019-02-04Signal a file-missing error when file is not found.•••* exiftool.el (exiftool--assert-file-exists): New function. (exiftool-read, exiftool-copy, exiftool-write): Assert that file arguments exist before operating on them. * tests/exiftool-tests.el (read-file-not-found-test, copy-file-not-found-test, write-file-not-found-test): New tests. Arun Isaac
2017-06-16Deprecate use of `car'.•••* tests/exiftool-tests.el (delete-test): Replace `car' invocations with `nth 0'. Arun Isaac
2017-06-16Deduplicate extraction of tags of test cases.•••* tests/exiftool-tests.el (exiftool-tests--tags): New variable. (read-write-test, copy-all-test, copy-some-test): Reference exiftool-tests--tags. Arun Isaac
2017-06-16Fix indentation.•••* tests/exiftool-tests.el (with-temp-test-file): Fix indentation. Arun Isaac
2017-06-14Add new test cases.•••* tests/exiftool-tests.el (exiftool-tests--tag-value): New test cases. Arun Isaac
2017-06-14Test copying only specific tags.•••* tests/exiftool-tests.el (copy-test): Rename to `copy-all-test'. (copy-some-test): New test. Arun Isaac
2017-06-14Use test files of the same format.•••* tests/test2.jpg: Convert to PNG format. * tests/test2.png: New file. * tests/exiftool-tests.el (copy-test): Make both test files of the same format (PNG). Some tags are not copied properly when the files are of different formats. Arun Isaac
2017-03-10Shorten `check' command.•••* tests/Makefile (check): Remove explicit loading of package `ert'. Arun Isaac
2017-03-01Rename library to exiftool.el.Arun Isaac
2017-02-27Rewrite tests with dynamic variable `el-exiftool-tests--tag-value'.•••* tests/el-exiftool-tests.el (el-exiftool-tests--tag-value): New dynamic variable. (read-write-test, delete-test): Rewrite to reference data in `el-exiftool-tests--tag-value'. (delete-test): New test. Arun Isaac
2017-02-27Add docstring.•••* tests/el-exiftool-tests.el (with-temp-test-file): Add docstring. Arun Isaac
2017-02-23Add Makefile for tests.•••* tests/Makefile: New file. Arun Isaac
2017-02-23Move tests to separate directory.Arun Isaac