We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now, the test suite uses devpy itself to test on. But, it's a bit weird, since devpy isn't a compiled package.
devpy
Refactor the test suite to build and test a dummy package instead.
The text was updated successfully, but these errors were encountered:
Refactor testing to use an example package, instead of devpy itself (#25
f1eb8ce
) This also allows us to test the building of binaries Closes #10
Successfully merging a pull request may close this issue.
Right now, the test suite uses
devpy
itself to test on. But, it's a bit weird, sincedevpy
isn't a compiled package.Refactor the test suite to build and test a dummy package instead.
The text was updated successfully, but these errors were encountered: