##// END OF EJS Templates
Run only unit, functional then integration tests for coverage....
Run only unit, functional then integration tests for coverage. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9824 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r8784:9315039e0a95
r9641:13dced9d7699
Show More
RUNNING_TESTS
37 lines | 1.2 KiB | text/plain | TextLexer
Eric Davis
Setup shoulda for testing. (#4005)...
r2811 Installing gems for testing
===========================
Jean-Philippe Lang
Use Bundler for gem management (#5638)....
r8784 Remove your .bundle/config if you've already installed Redmine without
the test dependencies.
Then, run `bundle install`.
Eric Davis
Setup shoulda for testing. (#4005)...
r2811
Jean-Philippe Lang
Merged Git support branch (r1200 to r1226)....
r1222 Running Tests
=============
Eric Davis
Codified instructions from RUNNING_TESTS as rake tasks for convenience...
r2258 Run `rake --tasks test` to see available tests.
`rake test` will run the entire testsuite.
Toshi MARUYAMA
add "ruby test/unit/issue_test.rb" for an each test at doc/RUNNING_TESTS...
r6940 You can run `ruby test/unit/issue_test.rb` for an each test.
Jean-Philippe Lang
Merged Git support branch (r1200 to r1226)....
r1222
Toshi MARUYAMA
add "ruby test/unit/issue_test.rb" for an each test at doc/RUNNING_TESTS...
r6940 Before running tests, you need to configure both development
Jean-Philippe Lang
Development database required for running rake test (closes #4153)....
r2907 and test databases.
Jean-Philippe Lang
Merged Git support branch (r1200 to r1226)....
r1222
Eric Davis
Codified instructions from RUNNING_TESTS as rake tasks for convenience...
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.
Jean-Philippe Lang
Merged Git support branch (r1200 to r1226)....
r1222
Eric Davis
Codified instructions from RUNNING_TESTS as rake tasks for convenience...
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
Eric Davis
Slight non-code change to test git sync...
r1918
Eric Davis
Added some tests for the LDAP authentication....
r3324 Creating a test ldap database
=============================
Redmine supports using LDAP for user authentications. To test LDAP
with Redmine, load the LDAP export from test/fixtures/ldap/test-ldap.ldif
into a testing LDAP server. Test that the ldap server can be accessed
at 127.0.0.1 on port 389.
Setting up the test ldap server is beyond the scope of this documentation.
The OpenLDAP project provides a simple LDAP implementation that should work
good as a test server.