Sign in
◑
Theme
chromium
/
external
/
github.com
/
test262-utils
/
test262-harness-py
/
9bd99c6f33be10561970bfe16f2f16a8a3d88722
/
.
/
test
/
README.md
blob: 6084f93b8e03f689c14123f80a878ed39ae5cec4 [
file
] [
view
]
# 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
````