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


Groups > comp.lang.python > #62132

Running Python tests

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!newsfeed0.kamp.net!newsfeed.kamp.net!newsfeed.freenet.ag!87.79.20.101.MISMATCH!newsreader4.netcologne.de!news.netcologne.de!xlned.com!feeder3.xlned.com!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <shankhabanerjee@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.016
X-Spam-Evidence '*H*': 0.97; '*S*': 0.00; 'subject:Python': 0.06; 'dev': 0.07; 'intermediate': 0.07; 'tests.': 0.07; 'python': 0.11; './python': 0.16; 'url:)': 0.16; 'options.': 0.19; 'minutes.': 0.22; 'tests': 0.22; 'rid': 0.24; 'developers': 0.25; 'message- id:@mail.gmail.com': 0.30; 'run': 0.32; 'says': 0.33; 'url:python': 0.33; 'running': 0.33; 'test': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'thanks': 0.36; 'hi,': 0.36; 'url:org': 0.36; 'to:addr:python-list': 0.38; 'files': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'results.': 0.60; 'results': 0.69; 'interrupted': 0.96
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=tyYAlTMNIBCPgnHWyJooz/7CnFhNE2tzE94CHZb/Occ=; b=YEQcgwht9opWnrOG1Qn1kIArWxnw1qID8QHfjMFTKSmMAcW9YgLIyghPUObA7PotBU paTe/y9pbqiAwaXlFG3ysZ0oPjC8UWSmgBh1hmDGsCMYSEe8Iv9DPbLS2SuOxk9KCmtU anHhXKZmXpnrfFYI1+BKOOvTP8OAcFYfsAk8uj3C2Z22TPHgus6C77BYQyEqkVZX8aSB 8/0Hay7DCpTfSPC2JP73XP2dAMM4sXRtuk38QHzT/FQF8Eyu2mH2JfJx3ZeLT3r6rHH9 mj8o9wbPnCKzlv5GFZAp4lUl6j+fom1OLPTJge4uWdeXnpCJ/fbjdzw1k1wSKV/Agebw 0Cuw==
X-Received by 10.68.89.162 with SMTP id bp2mr23742917pbb.151.1387246141145; Mon, 16 Dec 2013 18:09:01 -0800 (PST)
MIME-Version 1.0
From shankha <shankhabanerjee@gmail.com>
Date Tue, 17 Dec 2013 07:38:21 +0530
Subject Running Python tests
To python-list@python.org
Content-Type multipart/alternative; boundary=047d7b675e3e758eae04edb1694e
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.4249.1387246144.18130.python-list@python.org> (permalink)
Lines 45
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1387246144 news.xs4all.nl 2918 [2001:888:2000:d::a6]:51480
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:62132

Show key headers only | 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