Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
2f84b230
Commit
2f84b230
authored
11 years ago
by
Steve Strassmann
Browse files
Options
Downloads
Patches
Plain Diff
disable i18n unit test - it wont run without creating dummy strings first
parent
e7641909
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cms/djangoapps/contentstore/tests/test_i18n.py
+3
-1
3 additions, 1 deletion
cms/djangoapps/contentstore/tests/test_i18n.py
with
3 additions
and
1 deletion
cms/djangoapps/contentstore/tests/test_i18n.py
+
3
−
1
View file @
2f84b230
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment