Conversation
Notices
-
python-people of the indentiverse, is there a good testrunner for !python that does not suck for linux? (i use emacs usually)
-
@melissawm what is a testrunner that does not suck ?
-
@ronnypfannschmidt @nicoe i mean i'd like to see the results nicely, not a bunch of gibberish at the console
-
@melissawm i see, then currently no luck for you
-
@ronnypfannschmidt ok thanks anyway :)
-
@melissawm well, py.test can export to JunitXML which can be nicely formatted by Hudson or other kind of CI tools.
-
@nicoe thanks, i still have a lot of work before i understand what it is you just said LOL
-
@melissawm Two parts: test framework where you write and run the tests, and the continuous integration tool that will run and present them.
-
@melissawm for inventing the "indentiverse" you deserve all praise. Oh, and cookies :D
-
@sheep yes, what is important to me is the presentation.
-
@vdboor oh i didn't invent it, i heard it around ;)
-