Use XBlock 0.3

This commit is contained in:
Calen Pennington
2013-08-30 07:30:18 -04:00
parent a78c913d5e
commit 8201b1412e
126 changed files with 1383 additions and 1295 deletions

View File

@@ -53,7 +53,8 @@ def main(argv):
# Run as a django test suite
from django.core import management
django_args = ["./manage.py", system, "--settings", "test", "test"]
os.environ['DJANGO_SETTINGS_MODULE'] = system + '.envs.test'
django_args = ["./manage.py", "test"]
if args.nocapture:
django_args.append("-s")
if args.pdb: