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
````