Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
2f84b230
Commit
2f84b230
authored
Apr 17, 2013
by
Steve Strassmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
disable i18n unit test - it wont run without creating dummy strings first
parent
e7641909
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
+3
-1
cms/djangoapps/contentstore/tests/test_i18n.py
+3
-1
No files found.
cms/djangoapps/contentstore/tests/test_i18n.py
View file @
2f84b230
...
@@ -4,6 +4,7 @@ from django.test import TestCase
...
@@ -4,6 +4,7 @@ from django.test import TestCase
from
django.core.urlresolvers
import
reverse
from
django.core.urlresolvers
import
reverse
from
django.contrib.auth.models
import
User
from
django.contrib.auth.models
import
User
from
django.test.client
import
Client
from
django.test.client
import
Client
from
nose.tools
import
nottest
class
InternationalizationTest
(
TestCase
):
class
InternationalizationTest
(
TestCase
):
"""
"""
...
@@ -60,7 +61,8 @@ class InternationalizationTest(TestCase):
...
@@ -60,7 +61,8 @@ class InternationalizationTest(TestCase):
# with actual French. This test will need to be updated with
# with actual French. This test will need to be updated with
# actual French at that time.
# actual French at that time.
# Test temporarily disable since it depends on creation of dummy strings
@nottest
def
test_course_with_accents
(
self
):
def
test_course_with_accents
(
self
):
"""Test viewing the index page with no courses"""
"""Test viewing the index page with no courses"""
# Create a course so there is something to view
# Create a course so there is something to view
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment