[TIP] running non-python tests

Robert Collins robertc at robertcollins.net
Mon Apr 23 20:38:38 PDT 2012


On Tue, Apr 24, 2012 at 9:40 AM, Kamal Ahmed <kamal2222ahmed at yahoo.com> wrote:
> Can we use nose to run non-python tests like C unit tests? or
> Java/Javascript
> Any examples of that ?
> Thanks,
> -Kamal.

you could have a python test that reflects the results of another
language test. subunit was designed specifically to accomplish that.

-Rob



More information about the testing-in-python mailing list