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