Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Latest commit

History

History

xtest

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

README.md

Extended Tests

The tests in this directory take a very long time and require a specific environment to run.

test_unparse_env.py

Tests module unparsing of every file in the active python sys.path. If a minified unparsed module doesn't parse back into the original module, that test fails.

test_regrtest.py

Minifies and executes files listed in a test manifest. Multiple combinations of options are tested, with additional options specified where necessary. A non zero exit code from a minified execution is a test failure.

The manifests directory contains manifests for testing the cpython/pypy regression tests on supported python versions.