Sign in
chromium
/
external
/
github.com
/
tc39
/
test262
/
refs/heads/iterator-includes
/
.
/
tools
/
packaging
/
test
/
README.md
blob: 6084f93b8e03f689c14123f80a878ed39ae5cec4 [
file
] [
view
] [
edit
]
# 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
````