python-decompile3 icon indicating copy to clipboard operation
python-decompile3 copied to clipboard

Run python test suite after decompiling it

Open rocky opened this issue 6 years ago • 0 comments

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.

rocky avatar Jun 08 '19 20:06 rocky