Skip to content

Commit

Permalink
Clarification for testing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
evildmp committed Dec 17, 2014
1 parent 9af4fa7 commit a3d9ffd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/contributing/testing.rst
Expand Up @@ -45,7 +45,10 @@ There's more than one way to do this, but here's one to help you get started::
pip install -r django-cms/test_requirements/django-1.6.txt

# run the test suite
python django-cms/develop.py test
# note that you must be in the django-cms directory when you do this,
# otherwise you'll get "Template not found" errors
cd django-cms
python develop.py test

It can take a few minutes to run. Note that the selenium tests included in the
test suite require that you have Firefox installed.
Expand Down

0 comments on commit a3d9ffd

Please sign in to comment.