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


Groups > comp.lang.python > #62132

Running Python tests

From shankha <shankhabanerjee@gmail.com>
Date 2013-12-17 07:38 +0530
Subject Running Python tests
Newsgroups comp.lang.python
Message-ID <mailman.4249.1387246144.18130.python-list@python.org> (permalink)

Show all headers | View raw


[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 comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web