Age | Commit message (Expand) | Author |
---|---|---|
2021-06-10 | tests: 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-20 | Move tests Makefile to top level directory.•••* tests/Makefile: Delete file. * Makefile: New file. | Arun Isaac |
2019-02-04 | Signal 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-16 | Deprecate use of `car'.•••* tests/exiftool-tests.el (delete-test): Replace `car' invocations with `nth 0'. | Arun Isaac |
2017-06-16 | Deduplicate 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-16 | Fix indentation.•••* tests/exiftool-tests.el (with-temp-test-file): Fix indentation. | Arun Isaac |
2017-06-14 | Add new test cases.•••* tests/exiftool-tests.el (exiftool-tests--tag-value): New test cases. | Arun Isaac |
2017-06-14 | Test copying only specific tags.•••* tests/exiftool-tests.el (copy-test): Rename to `copy-all-test'. (copy-some-test): New test. | Arun Isaac |
2017-06-14 | Use 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-10 | Shorten `check' command.•••* tests/Makefile (check): Remove explicit loading of package `ert'. | Arun Isaac |
2017-03-01 | Rename library to exiftool.el. | Arun Isaac |
2017-02-27 | Rewrite 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-27 | Add docstring.•••* tests/el-exiftool-tests.el (with-temp-test-file): Add docstring. | Arun Isaac |
2017-02-23 | Add Makefile for tests.•••* tests/Makefile: New file. | Arun Isaac |
2017-02-23 | Move tests to separate directory. | Arun Isaac |