Add unit tests for category ordering and for questions

This commit is contained in:
Raphael Michel
2015-01-15 16:46:51 +01:00
parent 24beedd232
commit 2977002cbd
3 changed files with 73 additions and 29 deletions

View File

@@ -17,7 +17,7 @@ useful some day.
if RUN_LOCAL:
# could add Chrome, Firefox, etc... here
BROWSERS = ['PhantomJS']
BROWSERS = [os.environ.get('TEST_BROWSER', 'PhantomJS')]
else:
from sauceclient import SauceClient
USERNAME = os.environ.get('SAUCE_USERNAME')