mirror of https://github.com/tc39/test262.git
64093f79d3
add test to repro #114 fix issue #114 factor out PercentFormat function new fn write; start factoring summary output fix tests to match consolidate "Failed Tests" message add test for successful run consolidate all_succeeded message consolidate summary line consolidate ntests failing negative tests squeeze whitespace |
||
---|---|---|
.. | ||
fixtures | ||
README.md | ||
test_common.py | ||
test_monkeyYaml.py | ||
test_parseTestRecord.py | ||
test_test262.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