test262/tools/packaging/test
smikes 64093f79d3 add some unit tests
add test to repro #114
fix issue #114
factor out PercentFormat function
new fn write; start factoring summary output
fix tests to match
consolidate "Failed Tests" message
add test for successful run
consolidate all_succeeded message
consolidate summary line
consolidate ntests
failing negative tests
squeeze whitespace
2014-11-11 17:07:48 -07: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 tools, harness: support new YAML frontmatter 2014-07-30 15:39:04 -07:00
test_monkeyYaml.py load monkeyYaml without assuming it is on path 2014-10-24 22:36:03 +01:00
test_parseTestRecord.py tools, harness: support new YAML frontmatter 2014-07-30 15:39:04 -07:00
test_test262.py add some unit tests 2014-11-11 17:07:48 -07: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