mirror of
https://github.com/tc39/test262.git
synced 2025-07-31 01:44:54 +02:00
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
12 lines
209 B
Markdown
12 lines
209 B
Markdown
# 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
|
|
````
|
|
|