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


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

Re: Running python's own unit tests?

Started byTerry Reedy <tjreedy@udel.edu>
First post2013-11-14 18:13 -0500
Last post2013-11-14 18:13 -0500
Articles 1 — 1 participant

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

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Running python's own unit tests? Terry Reedy <tjreedy@udel.edu> - 2013-11-14 18:13 -0500

#59487 — Re: Running python's own unit tests?

FromTerry Reedy <tjreedy@udel.edu>
Date2013-11-14 18:13 -0500
SubjectRe: Running python's own unit tests?
Message-ID<mailman.2631.1384470829.18130.python-list@python.org>
On 11/14/2013 2:12 PM, Russell E. Owen wrote:
> I'm building python from source and trying to figure out how to test the
> result. I must be overlooking something obvious, but I looked through
> the documentation and source and tried some google searches (which turn
> up plenty about writing unit tests in python, but nothing about testing
> a python distribution).
>
> Any hints?

http://docs.python.org/3/library/test.html#running-tests-using-the-command-line-interface

Or 2.7 equivalent.

-- 
Terry Jan Reedy

[toc] | [standalone]


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


csiph-web