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

Run python test suite after decompiling it #9

Open
rocky opened this issue Jun 8, 2019 · 0 comments
Open

Run python test suite after decompiling it #9

rocky opened this issue Jun 8, 2019 · 0 comments

Comments

@rocky
Copy link
Owner

rocky commented Jun 8, 2019

Description

We should have a way to run the Python tests that python uses to check itself after we decompile that bytecode.

Background

I have a hacky program that works for Python 2.7 only in uncompyle6. Python 3 testing works differently.

With this we can also hook this into Ci testing.

Tests

Note that there is a way to exclude fragile tests. For example those like debugger tests that expect a particular line of the test to have particular text. Or tests that take too long to run.

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

1 participant