test262/tools/packaging/test
Mike Pennisi 2915fe8527 Update test harness to support new negative format 2016-10-19 15:24:21 -04:00
..
fixtures
README.md
test_common.py
test_monkeyYaml.py Update test harness to support new negative format 2016-10-19 15:24:21 -04:00
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