tree: 9c4ba3a3ed8fac97ecc5cbd4fc78a8171c608c7e [path history] [tgz]
  1. fixtures/
  2. README.md
  3. test_common.py
  4. test_monkeyYaml.py
  5. test_parseTestRecord.py
  6. test_test262.py
test/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