Re: Running python's own unit tests?

2013-11-16 Thread Tim Golden
On 15/11/2013 23:10, Russell E. Owen wrote: In article <5285223d.50...@timgolden.me.uk>, Tim Golden wrote: http://docs.python.org/devguide/ Thank you and the other responders. I was expecting to find the information here under Building Python. The

Re: Running python's own unit tests?

2013-11-15 Thread Russell E. Owen
In article <5285223d.50...@timgolden.me.uk>, Tim Golden wrote: > http://docs.python.org/devguide/ Thank you and the other responders. I was expecting to find the information here under Building Python. The developer's guide is a nice resource. -- Ru

Re: Running python's own unit tests?

2013-11-14 Thread Terry Reedy
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 i

Re: Running python's own unit tests?

2013-11-14 Thread Tim Golden
On 14/11/2013 20:13, Zachary Ware wrote: On Thu, Nov 14, 2013 at 1: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 sear

Re: Running python's own unit tests?

2013-11-14 Thread Zachary Ware
On Thu, Nov 14, 2013 at 1: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 wri

Re: Running python's own unit tests?

2013-11-14 Thread Tim Golden
On 14/11/2013 19:12, 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

Running python's own unit tests?

2013-11-14 Thread Russell E. Owen
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