Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeder2.ecngs.de!ecngs!feeder.ecngs.de!xlned.com!feeder1.xlned.com!npeer.de.kpn-eurorings.net!npeer-ng0.de.kpn-eurorings.net!news.Uni-Mainz.DE!not-for-mail From: Thomas Bach Newsgroups: comp.lang.python Subject: Re: unittest. customizing tstloaders / discover() Date: Mon, 12 Dec 2011 11:44:07 +0100 Organization: Johannes Gutenberg-Universitaet Mainz, Germany Lines: 10 Message-ID: <8739cqf4so.fsf@jubold.box> References: <87y5uiu1t4.fsf@jubold.box> NNTP-Posting-Host: zdv-vpn2-39-38.zdv.uni-mainz.de Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: infosys-01.zdv.uni-mainz.de 1323686648 4828 134.93.39.38 (12 Dec 2011 10:44:08 GMT) X-Complaints-To: news@uni-mainz.de NNTP-Posting-Date: Mon, 12 Dec 2011 10:44:08 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) Cancel-Lock: sha1:fi+1wlAYyB1wp14XenserrP+tLQ= Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:17028 Gelonida N writes: > Do I loose anything if using nose. or example can all unit tests / doc > tests still be run from nose? AFAIK you don't loose anything by using nose – the unittests should all be found and doctests can be run via `--with-doctest', I never used doctests though. regards