Refactor choosing the browser for lettuce tests to settings.py

This commit is contained in:
Jay Zoldak
2013-04-17 12:58:41 -04:00
parent 584bb86208
commit 8a2d08bbd6
3 changed files with 15 additions and 6 deletions

View File

@@ -36,3 +36,4 @@ DATABASES = {
INSTALLED_APPS += ('lettuce.django',)
LETTUCE_APPS = ('contentstore',)
LETTUCE_SERVER_PORT = 8001
LETTUCE_BROWSER = 'chrome'