-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
allow passing -api parameters to exiftool #59
Conversation
Hi, thanks for the PR. |
HI @barasher , I can try, although the only exiftool api option that I use so far is |
In fact, when I add a new option, I try to check if it effectively does what it is supposed to do.
|
Have a look at the
|
Sorry for the delay, currently only able to check this every couple of days. Some open questions on my side:
|
The idea of this test is to check that the Here is a sample with an existing file in the repository :
I call it a non regression test because if anything changes with the exiftool's I think that we agree and that it is just a vocabulary issue :)
I feared that
So, this should be OK with |
@Blesmol, are you still OK to work on this PR ? |
@barasher Yep. Sorry for the delay, Newborn child in the family takes up a lot of time :) Will see that I find time within the next couple of days (after getting some proper sleep) |
I agree :) What you described there I would call a regression test. The "non regression" part was what was confusing me in the wording. I've added now another unittest that tests an actual |
Congratulations for your newborn baby ! |
Codecov Report
@@ Coverage Diff @@
## master #59 +/- ##
==========================================
+ Coverage 79.71% 80.54% +0.83%
==========================================
Files 2 2
Lines 281 293 +12
==========================================
+ Hits 224 236 +12
Misses 40 40
Partials 17 17
Continue to review full report at Codecov.
|
No description provided.