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?