Re: Trellis: undetected circularity via optional rules

"P.J. Eby" <pje-Wh6+Hckhi6HFNGf7iClzIwC/[email protected]> Thu, 16 Apr 2009 19:59:29 -0400
Newsgroups gmane.comp.python.peak
Message-ID <[email protected]>
At 02:48 AM 4/17/2009 +0300, Sergey Schetinin wrote:
>I wanted to attach a test log but the test suite output somehow routes
>around >, >> and |.

Hm.  I use:

python setup.py test 2>&1|less


>I might be inept with console but when I tried the
>stupid approach: setting console lines limit to 1000 and just
>copy-paste the output, I discovered that running the test messes with
>it and resets the console size so it's not big enough to capture the
>output. Nice.
>
>Anyway, I managed to capture the output with SciTE:
>http://pastebin.com/pastebin.php?dl=m7ca82e2f
>
>That's vanilla checkout with some tests disabled
>(test_trellis.TestReactorEventLoop.testSequentialCalls,
>test_trellis.TestWxEventLoop.testSequentialCalls,
>test_trellis.TestTasks.testNoTodoRollbackIntoTask).

What platform is this on, and what version of Python?