[TIP] public nose test suites?

Tim Hatch tim at timhatch.com
Fri Aug 7 09:47:12 PDT 2009


> Can some people here
> point me to some self-contained public repos, URLs or 
> tarballs that i just need to unpack and can run "nosetests"
> 0.11.1 successfully on?

Pygments uses nose, has 160 tests, and I don't think it has any external
dependencies (perhaps PIL but that's it, and I don't think the tests
require it).

hg clone http://dev.pocoo.org/hg/pygments-main

Tim



More information about the testing-in-python mailing list