Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!ecngs!feeder2.ecngs.de!novso.com!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.035 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'subject:test': 0.09; 'python': 0.11; 'nose': 0.16; 'possible?': 0.16; 'subject:plan': 0.16; 'subject:python': 0.16; 'thanks,': 0.17; "python's": 0.19; 'testing': 0.29; 'message-id:@mail.gmail.com': 0.30; 'testing.': 0.31; 'run': 0.32; 'cases': 0.33; 'could': 0.34; 'classes': 0.35; 'test': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'same.': 0.38; 'to:addr:python-list': 0.38; 'skip:& 20': 0.39; 'to:addr:python.org': 0.39; 'how': 0.40; 'group,': 0.63 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=i4oe/Btm36A2Kb9AK9puYaS1jPdOyoyYqwFzcLbdcRU=; b=Hgt4mOjLubrs6a+uWjZZHuFxeyIWF7eDPpjapMrcHhv5K/SaBSZPJ87uLNnksyLBx2 gIWZePkhzWzNNk5sc3fJplcIjTZDgQO3sH5Sz4wAFja1fqqw6VzHM41N6IV3ze4ViQGQ LGmQ5MsDD7WuHHA19WmIQjluALsQ4qMrzAryg2H0I3nIS/Bi+o+zbdnRNTTGeqtVAxZG JBux/2MWQyTAdURDKlZIZDg8VTJFll/LHs5dE5WFjx8gEO3sXj0Luz/3CgBWCYi5xofL M62kM4yJCxT2Im0bpsCFDFJAiSWTwECKLdYeKnuXadPClpjqK31eTjKxd+Y9hxA/Y5Tm XtKg== MIME-Version: 1.0 X-Received: by 10.152.116.8 with SMTP id js8mr70002lab.85.1396444924372; Wed, 02 Apr 2014 06:22:04 -0700 (PDT) Date: Wed, 2 Apr 2014 18:52:04 +0530 Subject: python nose unit test - test plan preparation From: Hareesha Karunakar To: python-list@python.org Content-Type: multipart/alternative; boundary=001a11c23c52aa6abb04f60f2b45 X-Mailman-Approved-At: Wed, 02 Apr 2014 17:36:17 +0200 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 37 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1396452978 news.xs4all.nl 2838 [2001:888:2000:d::a6]:60848 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:69548 --001a11c23c52aa6abb04f60f2b45 Content-Type: text/plain; charset=ISO-8859-1 Hello Group, I am using python's nose testing frame work for my automated testing. I would like to run my python cases and generate only the documentation without actually running/executing the cases. How is this possible? I head "collect-only" plugin will help to achieve the same. But I think I could not make out how to use this effectively? Are there any other possibilities? I mainly want to collect the "comments" form the test classes and test methods. Thanks, Harish. --001a11c23c52aa6abb04f60f2b45 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hello Group,

I am using pyth= on's nose testing frame work for my automated testing.
I woul= d like to run my python cases and generate only the documentation without a= ctually running/executing the cases.

How is this possible?
I head "collect-o= nly" plugin will help to achieve the same. But I think I could not mak= e out how to use this effectively?
Are there any other possibilit= ies?
I mainly want to collect the "comments" form the test classe= s and test methods.


Thanks,
Harish.

--001a11c23c52aa6abb04f60f2b45--