-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Fix undefined name. Add animation tests. #10801
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
If this undefined variable never was an issue, does that mean that this code path is never exercised during the tests (genuine question)?
Yeah, we do not force it to try to save a too-big animation to js. |
Oops. 🐑 |
... I told @anntzer that I trusted him... and the tests. |
Yeah, I see now that I didn't screw it up originally. 😁 |
Well, I'm writing tests for the whole thing right now and it looks like (tbc?) I'm finding an unrelated bug in html5 output... so perhaps that was a good thing that I'm breaking stuff here and there :p |
Added some tests, including an xfailing one :-) |
0a22a47
to
f5392d6
Compare
f5392d6
to
4192b15
Compare
Issue is we don't have ffmpeg installed on appveyor. |
yup, working on that |
4192b15
to
ef8df26
Compare
Added ppa to travis to install ffmpeg (not available by default on trusty) instead of avconv, given that that's actually our default converter... |
ef8df26
to
a65fb4a
Compare
119eef9
to
7178b98
Compare
@@ -25,7 +25,7 @@ local FreeType build | |||
|
|||
The following software is required to run the tests: | |||
|
|||
- pytest_ (>=3.1) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this be 3.4?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry, fixed
7178b98
to
d380247
Compare
Four approvals, but needs a rebase! |
d380247
to
b114131
Compare
Trying to beat the record of the most approvals on a PR :p rebased. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just to help you break the record; not that I really follow all the code. Thanks a lot for the extra test!
PR Summary
xref #10793 (comment)
Sorry :)
PR Checklist