[ANN] test-loop 5.0.0

S

Suraj Kurapati

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


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

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

1. Absorbs the test execution overhead into the main Ruby process.
2. Forks to run (eval) your test files directly, without overhead.
3. Avoids running unchanged test blocks inside changed test files.


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

* The configuration file must now yield a Ruby
hash instead of polluting the global Object
private environment with instance variables.

* Shortened the `:source_file_glob_to_test_file_mapping`
configuration parameter name to `:test_file_matchers`.


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 12.0.4 0
[ANN] test-loop 12.0.2 0
[ANN] test-loop 8.0.0 0
[ANN] test-loop 12.0.1 0
[ANN] test-loop 10.0.1 0
[ANN] test-loop 5.0.3 0
[ANN] test-loop 9.1.0 0

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top