public
Description: Parallel and Distributed Test Runner for Ruby
Homepage: http://rubyforge.org/projects/deep-test/
Clone URL: git://github.com/qxjit/deep-test.git
deep-test / CHANGELOG
100644 48 lines (32 sloc) 1.379 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
1.2.2 (October 11, 2008)
 
* Added libs option to DeepTest::TestTask for Rails 2.1 compatibility
* RSpec 1.1.8 compatibility
* Require RSpec 1.1.8
 
1.2.1 (September 25, 2008)
 
* rspec 1.1.4 compatibility
* Requires rspec 1.1.4
 
1.2.0 (March 28, 2008)
 
* Added capability to run distributed
* Changed to use straight DRb instead of Rinda (performance)
* Changed error raised on before/after(:all) to warning
* Added worker listener to setup mysql database for each worker
* Run test server in same process
* Check rspec version when loading rspec support
* Add support for multiple worker listeners
 
1.1.4 (March 11, 2008)
 
* Fixed 2 RSpec pending example bugs
* Fixed setting spec_opts with DeepTest bug
* Raise an error if before or after all is defined
* Added server_port to configuration options
* Wait for signal from server indicating it is ready on startup
 
1.1.3 (March 10, 2008)
 
* Added Support for RSpec
* Added DeepTest::TestTask#timeout_in_seconds to configure Rinda IO timeouts
* Added worker_listener to configuration options
 
1.1.2 (February 9, 2008)
 
* Fix bug with run_test_suite script not exiting with correct exit code.
 
1.1.1 (February 9, 2008)
 
* No longer fork from Rake process.
 
1.1.0 (December 23, 2007)
 
* DeepTest::TestTask#processes= is now DeepTest::TestTask#number_of_workers=
* No longer depend on the Daemons gem, use DeepTest::Warlock instead.