smikes 107d786ec5 candidate fix for #215
additional test, tests should have unique names
improve python style thx to arv
2015-03-30 15:37:59 -06:00
..
2014-11-11 17:07:48 -07:00
2015-03-30 15:37:59 -06:00

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