Adds special test unit commands

pull/154/merge
Hagen Schink 11 years ago
parent 24556bc87c
commit 45ab68581d
  1. 10
      doc/RUNNING_TESTS.md

@ -63,6 +63,16 @@ You can run the specs with the following commands:
TODO: how to run plugins specs.
## Test Unit
You can run a single test with the following command:
* ``rake test:units TEST=path/to/test.rb TESTOPTS="--name=test_name_of_test_to_run"``
You let test unit display test names instead of anonymous dots with the following command:
* ``rake test:units TESTOPTS="--verbose=verbose"``
## For the fancy programmer
* We are testing on travis-ci. Look there for your pull requests.<br />

Loading…
Cancel
Save