X Tutup
Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

== Tests

Running the tests requires to have a GitLab 4.2 server available, with a default installation (only one admin user created, no projects, no groups...).

You need to reset the database on the test server every time the tests are run:

sudo su - gitlab
cd gitlab
bundle exec rake gitlab:setup RAILS_ENV=production

Run tests with:

python main.py
X Tutup