test262/tools/packaging/test
Erik Arvidsson be26179719 Fix monkey yaml's handling of carriage return
monkeyYaml didn't split lines correctly leading to \r in resulting
values.

Fixes #295
2015-06-10 10:45:23 -04:00
..
fixtures tools, harness: support new YAML frontmatter 2014-07-30 15:39:04 -07:00
README.md add some unit tests 2014-11-11 17:07:48 -07:00
test_common.py Remove trailing whitespace from the Python 2014-12-01 15:52:19 -05:00
test_monkeyYaml.py Fix monkey yaml's handling of carriage return 2015-06-10 10:45:23 -04:00
test_parseTestRecord.py Remove trailing whitespace from the Python 2014-12-01 15:52:19 -05:00
test_test262.py Remove trailing whitespace from the Python 2014-12-01 15:52:19 -05:00

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