Re: [Python-Dev] trunk doctests fail to execute with 2.7 alpha

2010-04-01 Thread Nick Coghlan
anatoly techtonik wrote: > I mean that usually testing tools/libraries are separated from tests > itself, as well as data. test_support.py is not only located in the > same directory - it is even named in the same way. The test directory > looks like a mess with all these aux data files. But it is

Re: [Python-Dev] trunk doctests fail to execute with 2.7 alpha

2010-04-01 Thread anatoly techtonik
On Thu, Apr 1, 2010 at 3:59 PM, Michael Foord wrote: >> >> Thanks. I've copied test/test_support.py form Lib into 2.7 alpha >> directory and it seems to work. >> Although it doesn't seem good to me to mix test support library with >> tests themselves. >> > > What do you mean by "it doesn't seem go

Re: [Python-Dev] trunk doctests fail to execute with 2.7 alpha

2010-04-01 Thread Michael Foord
On 01/04/2010 13:15, anatoly techtonik wrote: Thanks. I've copied test/test_support.py form Lib into 2.7 alpha directory and it seems to work. Although it doesn't seem good to me to mix test support library with tests themselves. What do you mean by "it doesn't seem good to me to mix test sup

Re: [Python-Dev] trunk doctests fail to execute with 2.7 alpha

2010-04-01 Thread anatoly techtonik
Thanks. I've copied test/test_support.py form Lib into 2.7 alpha directory and it seems to work. Although it doesn't seem good to me to mix test support library with tests themselves. -- anatoly t. On Thu, Apr 1, 2010 at 2:18 PM, Michael Foord wrote: > On 01/04/2010 10:05, anatoly techtonik wr

Re: [Python-Dev] trunk doctests fail to execute with 2.7 alpha

2010-04-01 Thread Michael Foord
On 01/04/2010 10:05, anatoly techtonik wrote: I can not compile Python itself, Building Python on Windows can be done with free tools, so it should be possible for you to build Python. See the instructions here: http://python.org/dev/faq/#id8 so I use Alpha version to run tests in trunk.

[Python-Dev] trunk doctests fail to execute with 2.7 alpha

2010-04-01 Thread anatoly techtonik
I can not compile Python itself, so I use Alpha version to run tests in trunk. Recent update broke successfully running tests. Any hints why this happened and how to fix them back? > C:\~env\Python27\python.exe test\test_doctest.py doctest (doctest) ... 66 tests with zero failures Traceback (most