Skip to content
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

drawBot compatibility test #15

Open
jansindl3r opened this issue Mar 19, 2021 · 1 comment
Open

drawBot compatibility test #15

jansindl3r opened this issue Mar 19, 2021 · 1 comment

Comments

@jansindl3r
Copy link
Contributor

would writing tests checking stuff like these between drawbot-skia and drawbot be desirable?

rect.__code__.co_argcount
rect.__defaults__
rect.__code__.co_varnames

if yes, I would like to do it!

@justvanrossum
Copy link
Owner

As an automated test: I don't think so, at least not now. As a script it may be useful, to occasionaly check manually.

Note that such a script won't catch everything: eg. in the Mac app, newPage() and size() also takes page size strings, but you can't tell by the argument names...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants