test262/tools/packaging/test
André Bargull 41edfcebce Remove old test format parser and simplify yaml frontmatter parsing 2019-02-28 06:39:59 -08:00
..
fixtures Remove old test format parser and simplify yaml frontmatter parsing 2019-02-28 06:39:59 -08:00
README.md add some unit tests 2014-11-11 17:07:48 -07:00
test_common.py update tests for packaging tools 2019-02-25 15:23:40 -05:00
test_monkeyYaml.py Update test harness to support new negative format 2016-10-19 15:24:21 -04:00
test_parseTestRecord.py Remove old test format parser and simplify yaml frontmatter parsing 2019-02-28 06:39:59 -08: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