disable i18n unit test - it wont run without creating dummy strings first

This commit is contained in:
Steve Strassmann
2013-04-17 13:20:20 -04:00
parent e76419093d
commit 2f84b23047

View File

@@ -4,6 +4,7 @@ from django.test import TestCase
from django.core.urlresolvers import reverse
from django.contrib.auth.models import User
from django.test.client import Client
from nose.tools import nottest
class InternationalizationTest(TestCase):
"""
@@ -60,7 +61,8 @@ class InternationalizationTest(TestCase):
# with actual French. This test will need to be updated with
# actual French at that time.
# Test temporarily disable since it depends on creation of dummy strings
@nottest
def test_course_with_accents (self):
"""Test viewing the index page with no courses"""
# Create a course so there is something to view