From: Trans Date: 2008-09-25T01:35:37+09:00 Subject: Re: better test/unit progression display On Sep 24, 12:18 pm, Gaspard Bucher wrote: > I cloned the repository and did "rake gem", "rake gem:install" > > Using "require 'turn'" in the testhelp.rb file works fine. I tested   > with/without 'turn' to see the speed hit: > > I ran the 1300+ tests without run: 6m23 > With run: 6m28 > (In both cases, no test failure). > > That's great it takes very little time and it gives a direct hint on   > failed tests. > > The --solo option to display a progress bar does not seem to work (the   > progress bar ... is not progressing). Hmm... that sucks. It's working for me. It just hangs? What system are you running? Version of Ruby? And I assume you have Facets installed? Is "zena" a public project? If so I could download it and try to see what's the issue is. > Feature request ;-) > > Is it possible to view a % of tests executed somewhere during the   > PASS, FAIL listing ? Possibly, I'll look into it. T.