2008-03-12 23:28:49 +03:00
|
|
|
Running Tests
|
|
|
|
=============
|
|
|
|
|
2009-01-12 07:44:01 +03:00
|
|
|
Run `rake --tasks test` to see available tests.
|
|
|
|
`rake test` will run the entire testsuite.
|
2008-03-12 23:28:49 +03:00
|
|
|
|
|
|
|
|
2009-01-12 07:44:01 +03:00
|
|
|
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.
|
2008-03-12 23:28:49 +03:00
|
|
|
|
2009-01-12 07:44:01 +03:00
|
|
|
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
|
2008-09-30 04:02:46 +04:00
|
|
|
|