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

Version Path
openwferu-0.9.13 test/README.txt
openwferu-0.9.14 test/README.txt
openwferu-0.9.15 test/README.txt
openwferu-0.9.10 test/README.txt
openwferu-0.9.10.653 test/README.txt
openwferu-0.9.11 test/README.txt
openwferu-0.9.12 test/README.txt
openwferu-0.9.12.863 test/README.txt
openwferu-0.9.9 test/README.txt
openwferu-0.9.2 test/README.txt
openwferu-0.9.7 test/README.txt
openwferu-0.9.8 test/README.txt
openwferu-0.9.16 test/README.txt
openwferu-0.9.17 test/README.txt
openwferu-0.9.3 test/README.txt
openwferu-0.9.4 test/README.txt
openwferu-0.9.5 test/README.txt
openwferu-0.9.6 test/README.txt
ruote-0.9.18 test/README.txt
ruote-0.9.19 test/README.txt