A nose plugin to run JUnit tests via Jython.
October 12th, 2008 Posted in Programming, Python
Floating an idea to all of you in pythonland - I've been sketching out a nose plugin that would be able to find and execute JUnit tests in your for your java code base.
The reporting of the result would be unified - using nose-xunit for non-junit tests, you should get back one happy-shiny report for all of your tests.
Anyone have any thoughts out there?

