##// END OF EJS Templates
add example on how to run a single test to documentation (#14588)...
Toshi MARUYAMA -
r11842:f5658df8db26
parent child
Show More
@@ -11,7 +11,8 Run `rake --tasks test` to see available tests.
11 Run `rake test` to run the entire test suite (except the tests for the
11 Run `rake test` to run the entire test suite (except the tests for the
12 Apache perl module Redmine.pm and Capybara tests, see below).
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 Before running tests, you need to configure both development
17 Before running tests, you need to configure both development
17 and test databases.
18 and test databases.
General Comments 0
You need to be logged in to leave comments. Login now