thorn.funtests.suite¶
thorn.funtests.suite¶
Functional test suite.
Instructions¶
- Start the celery worker:
$ celery -A thorn.funtests worker -l info -P eventlet -c 1000
Start the development web server:
$ (cd testproj; python manage.py runserver)
Then execute the functional test suite:
$ celery -A thorn.funtests cyanide
For a list of tests that you can select see:
$ celery -A thorn.funtests cyanide -l