On Wed, Oct 24, 2012 at 8:37 PM, Alex Clark <[email protected]> wrote: > Can we run a coverage report? IIRC nose makes that easier, but I don't > recall if anyone's added it to Pillow yet.
The test runner *looks* like it includes support for this module: http://pypi.python.org/pypi/coverage You would pass "--coverage" to run.py or the individual tests. Haven't tried it yet. --Brian _______________________________________________ Image-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/image-sig
