Merge pull request #1965 from edx/will/fake-server-refactor

Stub Server Port Conflicts and Refactor
This commit is contained in:
Will Daly
2013-12-19 06:55:24 -08:00
32 changed files with 682 additions and 699 deletions

View File

@@ -155,6 +155,17 @@ CELERY_ALWAYS_EAGER = True
CELERY_RESULT_BACKEND = 'cache'
BROKER_TRANSPORT = 'memory'
########################### Server Ports ###################################
# These ports are carefully chosen so that if the browser needs to
# access them, they will be available through the SauceLabs SSH tunnel
LETTUCE_SERVER_PORT = 8003
XQUEUE_PORT = 8040
YOUTUBE_PORT = 8031
LTI_PORT = 8765
################### Make tests faster
# http://slacy.com/blog/2012/04/make-your-tests-faster-in-django-1-4/
PASSWORD_HASHERS = (