Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #62132 > unrolled thread
| Started by | shankha <shankhabanerjee@gmail.com> |
|---|---|
| First post | 2013-12-17 07:38 +0530 |
| Last post | 2013-12-17 07:38 +0530 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
Running Python tests shankha <shankhabanerjee@gmail.com> - 2013-12-17 07:38 +0530
| From | shankha <shankhabanerjee@gmail.com> |
|---|---|
| Date | 2013-12-17 07:38 +0530 |
| Subject | Running Python tests |
| Message-ID | <mailman.4249.1387246144.18130.python-list@python.org> |
[Multipart message — attachments visible in raw view] — view raw
Hi, I am following the developers guide in running Python tests. I had few questions. 1) Say I run the tests and the run got interrupted after few minutes. I want to start afresh. Is there a way to get rid of all the test results or intermediate files or python does the job as and when the test is running. 2) The dev guide says (http://docs.python.org/devguide/) ./python -m test -j3 Can we run the test with -j1 or -j2 or without any options. Will there be any difference in results. -- Thanks Gudge
Back to top | Article view | comp.lang.python
csiph-web