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


Groups > comp.lang.python > #59487

Re: Running python's own unit tests?

From Terry Reedy <tjreedy@udel.edu>
Subject Re: Running python's own unit tests?
Date 2013-11-14 18:13 -0500
References <rowen-D197FD.11120814112013@news.gmane.org>
Newsgroups comp.lang.python
Message-ID <mailman.2631.1384470829.18130.python-list@python.org> (permalink)

Show all headers | View raw


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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web