RUNNING_TESTS
16 lines
| 449 B
| text/plain
|
TextLexer
/ doc / RUNNING_TESTS
|
r1222 | Running Tests | ||
============= | ||||
|
r2258 | Run `rake --tasks test` to see available tests. | ||
`rake test` will run the entire testsuite. | ||||
|
r1222 | |||
|
r2258 | Creating test repositories | ||
=================== | ||||
Redmine supports a wide array of different version control systems. | ||||
To test the support, a test repository needs to be created for each of those. | ||||
|
r1222 | |||
|
r2258 | Run `rake --tasks test:scm:setup` for a list of available test-repositories or | ||
run `rake test:scm:setup:all` to set up all of them | ||||
|
r1918 | |||