Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #69548 > unrolled thread
| Started by | Hareesha Karunakar <contacthareesha@gmail.com> |
|---|---|
| First post | 2014-04-02 18:52 +0530 |
| Last post | 2014-04-03 14:31 +0100 |
| Articles | 3 — 3 participants |
Back to article view | Back to comp.lang.python
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
| From | Hareesha Karunakar <contacthareesha@gmail.com> |
|---|---|
| Date | 2014-04-02 18:52 +0530 |
| Subject | python nose unit test - test plan preparation |
| Message-ID | <mailman.8817.1396452978.18130.python-list@python.org> |
[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.
[toc] | [next] | [standalone]
| From | Rustom Mody <rustompmody@gmail.com> |
|---|---|
| Date | 2014-04-02 19:02 -0700 |
| Message-ID | <3c1ce911-8330-4185-ab77-d0ab8cc62cd2@googlegroups.com> |
| In reply to | #69548 |
On Wednesday, April 2, 2014 6:52:04 PM UTC+5:30, Hareesha Karunakar wrote: > 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. If you dont get answers here you can try the nose group https://groups.google.com/forum/#!forum/nose-users
[toc] | [prev] | [next] | [standalone]
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Date | 2014-04-03 14:31 +0100 |
| Message-ID | <mailman.8839.1396533668.18130.python-list@python.org> |
| In reply to | #69564 |
On 03/04/2014 03:02, Rustom Mody wrote: > On Wednesday, April 2, 2014 6:52:04 PM UTC+5:30, Hareesha Karunakar wrote: >> 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. > > If you dont get answers here you can try the nose group > https://groups.google.com/forum/#!forum/nose-users > Or see http://lists.idyll.org/listinfo/testing-in-python which is also available as gmane.comp.python.testing.general -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web