Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

My suite is run in infinite recursion. #112

Open
ghost opened this issue Nov 29, 2012 · 1 comment
Open

My suite is run in infinite recursion. #112

ghost opened this issue Nov 29, 2012 · 1 comment

Comments

@ghost
Copy link

ghost commented Nov 29, 2012

PROBLEM
I'm trying out turn in search for a good Test::Unit runner.
It appears as if turn never exits, though, because my test suite
is re-run over & over an infinite number of times.

REPRODUCE

git clone git://github.com/robgleeson/xpool.git
bundle install
cd xpool
turn test/xpool_test.rb
@trans
Copy link
Contributor

trans commented Nov 29, 2012

I'll check it out later today.

If you are in the market, want to try out TAPOUT (https://github.com/rubyworks/tapout)?

If you are using MiniTest you need the adapter here: http://rubyworks.github.com/minitap/
If you are using TestUnit 2.x you need the adapter here: https://github.com/test-unit/test-unit-runner-tap

TAPOUT is my next generation test report framework.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant