[ANN] test-loop 7.0.0

S

Suraj Kurapati

test-loop - Continuous testing for Ruby with fork/eval
7.0.0 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?
------------

* Switch from shell-script style to modular Ruby style in the source
code. This yields more lines of code, but the result is much easier
to read.

* Replace the `$test_loop_config` global variable with the
`Test::Loop::Config` constant.

* Do not wait for all test runs to finish before detecting more changes.

* Replace the `after_all_tests` parameter with `after_each_test`.

* Capture test run output into separate log files; one log per test
file.

* The `before_each_test` function is now passed the path to a log file.

* Register signal handlers at the earliest and act upon signals
immediately.

* Previously, SIGQUIT did not work if there were no test helpers.

* Send the SIGUSR1 signal to terminate workers and their subprocesses.

* Break long lines at 80 characters in the source code.


Happy testing!
 

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 6.0.0 0
[ANN] test-loop 9.1.0 0
[ANN] test-loop 12.0.2 0
[ANN] test-loop 8.0.0 0
[ANN] test-loop 12.0.0 0
[ANN] test-loop 12.0.4 0
[ANN] test-loop 5.0.0 0
[ANN] test-loop 12.0.1 0

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,020
Latest member
GenesisGai

Latest Threads

Top