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


Groups > comp.lang.python > #62132 > unrolled thread

Running Python tests

Started byshankha <shankhabanerjee@gmail.com>
First post2013-12-17 07:38 +0530
Last post2013-12-17 07:38 +0530
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Running Python tests shankha <shankhabanerjee@gmail.com> - 2013-12-17 07:38 +0530

#62132 — Running Python tests

Fromshankha <shankhabanerjee@gmail.com>
Date2013-12-17 07:38 +0530
SubjectRunning 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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web