Files
edx-platform/lms/djangoapps/portal
Calen Pennington cfae1cdf62 Pep8 autofixes
2013-02-06 11:13:50 -05:00
..
2013-02-06 11:13:50 -05:00

acceptance_testing

This fake django app is here to support acceptance testing using lettuce + splinter (which wraps selenium).

First you need to make sure that you've installed the requirements. This includes lettuce, selenium, splinter, etc. Do this with: pip install -r test-requirements.txt

The settings.py environment file used is named acceptance.py. It uses a test SQLite database defined as ../db/test-mitx.db. You need to first start up the server separately, then run the lettuce scenarios.

Full documentation can be found on the wiki at this link.