List which test suites failed

Add section headings to test console output

i18n tests generate XUnit reports

Move i18n and docs test commands out of tests.rake
This commit is contained in:
Will Daly
2014-02-03 08:29:32 -05:00
parent 4dd2c42a1f
commit 194c906c19
7 changed files with 58 additions and 26 deletions

View File

@@ -5,7 +5,7 @@ from path import path
# BASE_DIR is the working directory to execute django-admin commands from.
# Typically this should be the 'edx-platform' directory.
BASE_DIR = path(__file__).abspath().dirname().joinpath('..').normpath()
BASE_DIR = path(__file__).abspath().dirname().dirname()
# LOCALE_DIR contains the locale files.
# Typically this should be 'edx-platform/conf/locale'