Project

General

Profile

« Previous | Next » 

Revision 12072

Added by Toshi MARUYAMA almost 12 years ago

add example on how to run a single test to documentation (#14588)

Contributed by Mischa The Evil.

View differences:

trunk/doc/RUNNING_TESTS
11 11
Run `rake test` to run the entire test suite (except the tests for the
12 12
Apache perl module Redmine.pm and Capybara tests, see below).
13 13

  
14
You can run `ruby test/unit/issue_test.rb` for running a single test case.
14
You can run `ruby test/unit/issue_test.rb` for running a single test case and
15
`ruby test/unit/issue_test.rb -n test_create` for running a single test.
15 16

  
16 17
Before running tests, you need to configure both development
17 18
and test databases.

Also available in: Unified diff