Sha256: c8e86f46ddd6e0090273dfe4563faa6115943ef6724d61b58ff8ad76a1f6cd90
Contents?: true
Size: 738 Bytes
Versions: 20
Compression:
Stored size: 738 Bytes
Contents
= OpenWFEru - about the unit tests There are three tests triggerable by Rake : rake test rake qtest rake ptest These 3 tests correspond to the following unit test files * test/rake_test.rb test/rake_qtest.rb test/rake_ptest.rb == test/rake_test.rb Triggers 'quicktests' and time based tests. Running "rake test" takes 10 seconds more than "rake qtest". These are the 10 seconds necessary to test some time and scheduling aspects of OpenWFEru. == test/rake_qtest.rb Runs only 'quick' tests. == test/rake_ptest.rb Runs the quicktest but with persistence on. Persistence stores its work file under the work/ directory. This set of tests takes care of wiping fresh the work/ directory before beginning the tests.
Version data entries
20 entries across 20 versions & 2 rubygems