[ANN] test-loop 11.0.0

S

Suraj Kurapati

test-loop - Continuous testing for Ruby with fork/eval
https://github.com/sunaku/test-loop#readme


What is it?
-----------

test-loop is a fast continuous testing tool for Ruby that automatically
detects and tests changes in your application in an efficient manner:

1. Absorbs the test execution overhead into the main Ruby process.
2. Forks to run your test files without overhead and in parallel.
3. Avoids running unchanged test blocks inside changed test files.


What is new?
------------

Incompatible changes:

* The `test/loop/rails` preset has been internalized and is now applied
automatically if your test execution overhead includes Ruby on Rails.

New features:

* If you are using Rails 3, test-loop will automatically set
`config.cache_classes = false` for your test environment.
(Brian D. Burns)

Bug fixes:

* Avoid deadlock errors when printing output from Test::Unit and
MiniTest. (Brian D. Burns)

`write': deadlock detected (fatal)

* Signaled worker termination is neither pass nor fail.
Do not treat it as a failure by printing the log file.

* Ignore SIGINT in workers; only master must honor it.
 
S

Suraj Kurapati

I just released version 11.0.1 containing the following bug fix:

* Only attempt to define Railtie if the Rails version supports it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

[ANN] test-loop 9.3.0 0
[ANN] test-loop 12.0.0 0
[ANN] test-loop 12.0.2 0
[ANN] test-loop 12.0.4 0
[ANN] test-loop 6.0.0 0
[ANN] test-loop 12.0.3 0
[ANN] test-loop 8.0.0 0
[ANN] test-loop 10.0.1 0

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,066
Latest member
VytoKetoReviews

Latest Threads

Top