[TIP] running non-python tests

Marius Gedminas marius at gedmin.as
Tue Apr 24 05:06:46 PDT 2012


On Mon, Apr 23, 2012 at 02:40:24PM -0700, Kamal Ahmed wrote:
> Can we use nose to run non-python tests like C unit tests? or
> Java/Javascript
> Any examples of that ?

Not for nose specifically, but http://pypi.python.org/pypi/oejskit can
run JavaScript tests with py.test (and, according to the PyPI page,
unittest.py-based test suites, so maybe nose would work too).

I've something similar for zope.testrunner (which is unittest.py
compatible), but I haven't found the time to open-source it yet.

Marius Gedminas
-- 
Always proofread carefully to see if you any words out.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.idyll.org/pipermail/testing-in-python/attachments/20120424/46dca73e/attachment.pgp>


More information about the testing-in-python mailing list