Template test case for graphic contexts#160
Conversation
…ase-for-graphic-contexts
|
The problem is related to pyglet tring to save into png, but I cannot reproduce it locally. I will need to investigate a little more. One of the items that concerns me is that our requirement file installs PIL but one of the other requirements.,I think enaml, installs pillow. It looks that pillow overwrites PIL and It might be that pillow does not play nice with pyglet. |
|
I was able to reproduce the bug locally. It is actually a pyglet bug |
…ments are not available
|
Finally the tests pass, pending some cleanup and the this PR will be ready for review. |
|
This PR is now ready for review |
There was a problem hiding this comment.
Yes. DrawingImageTester subclass DrawingTester which has a setUp
There was a problem hiding this comment.
oh I see, what you mean
There was a problem hiding this comment.
yes you are right it is not necessary
|
That's all I got. This is a huge improvement! |
|
PR updated, open issues about the known failures |
|
Awesome. Thanks for the tests @itziakos and welcome to the codebase Peo! |
…-contexts Template test case for graphic contexts
This is a PR that factors out a template test mixin to be used for testing the basic functionality of the kiva backends. This PR based on the work of peowebster:test/drawing-tests
pending: