On 18 February 2012 11:54, Dr. Trigon <[email protected]> wrote: > Now the "but" part; could you explain me how to use the 'nosetests' > with 'coverage'? > see https://github.com/valhallasw/pywikipedia-nightly-generation/blob/master/tests.sh
nosetests --with-xunit --xunit-file=../output/xunit_pywikipedia.xml tests 2>> ../output/test_pywikipedia.txt The reason why I am asking; I would like to understand nose and use > it for DrTrigonBot code parts also (in order to adopt to pywikipedia). > For this, I suggest to read the nosetests / unittest2 manual. Best, Merlijn
_______________________________________________ Pywikipedia-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l
