Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #59487 > unrolled thread
| Started by | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| First post | 2013-11-14 18:13 -0500 |
| Last post | 2013-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.
Re: Running python's own unit tests? Terry Reedy <tjreedy@udel.edu> - 2013-11-14 18:13 -0500
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Date | 2013-11-14 18:13 -0500 |
| Subject | Re: 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
Back to top | Article view | comp.lang.python
csiph-web