This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit bbb90e68d5399a2a62c020b83ecf65403ac0f75d
tree fae8d1ab378f8e790de98c2a6d7f83a0b0bb5201
parent 5cc4a81016fb45f5e4754c407cc202b3ef0470ad
tree fae8d1ab378f8e790de98c2a6d7f83a0b0bb5201
parent 5cc4a81016fb45f5e4754c407cc202b3ef0470ad
ruote / old_test
old_test/README.txt
= 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.








