mirror of https://github.com/tc39/test262.git
41edfcebce | ||
---|---|---|
.. | ||
fixtures | ||
README.md | ||
test_common.py | ||
test_monkeyYaml.py | ||
test_parseTestRecord.py |
README.md
Unit tests for python packaging tools
This directory holds tests for the python code, not tests of EMCAScript
Running tests
$ cd tools/packaging/test
$ for x in test*.py; do python $x; done