test262/tools/packaging/test
jugglinmike ba32580be5 Remove Python-based test runner (#748)
TC-39 agreed to remove this tool from the Test262 repository in May of
2016 [1]. It has since been re-published as a standalone project to
facilitate independent development by interested parties [2]. Remove it
from the Test262 repository.

[1] https://github.com/tc39/tc39-notes/blob/master/es7/2016-05/may-25.md
[2] https://github.com/test262-utils/test262-harness-py
2016-08-22 14:23:26 -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 Remove trailing whitespace from the Python 2014-12-01 15:52:19 -05:00
test_monkeyYaml.py [runner] Add support for "folding" block delimiter (#654) 2016-05-31 18:04:31 -04:00
test_parseTestRecord.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