mirror of https://github.com/nodejs/node.git
09a8440b45
PR-URL: https://github.com/nodejs/node/pull/51362 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> |
||
---|---|---|
.. | ||
fixtures | ||
README.md | ||
test_common.py | ||
test_monkeyYaml.py | ||
test_parseTestRecord.py | ||
test_test262.py |
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