tree: dd91b7bbb0170a0ec0a787e2f701fad668e8cf9e [path history] [tgz]
  1. fixtures/
  2. README.md
  3. test_common.py
  4. test_monkeyYaml.py
  5. test_parseTestRecord.py
tools/packaging/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