Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #69548

python nose unit test - test plan preparation

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 <contacthareesha@gmail.com>
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 <contacthareesha@gmail.com>
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 <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.8817.1396452978.18130.python-list@python.org> (permalink)
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

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

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.

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

python nose unit test - test plan preparation Hareesha Karunakar <contacthareesha@gmail.com> - 2014-04-02 18:52 +0530
  Re: python nose unit test - test plan preparation Rustom Mody <rustompmody@gmail.com> - 2014-04-02 19:02 -0700
    Re: python nose unit test - test plan preparation Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-04-03 14:31 +0100

csiph-web