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
5fb683da
Commit
5fb683da
authored
10 years ago
by
Jesse Zoldak
Browse files
Options
Downloads
Plain Diff
Merge pull request #6900 from edx/zoldak/fix-modulestore-testcase
Fix pep8 violation
parents
e4b47e1e
1920a60c
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
lms/djangoapps/courseware/tests/test_tabs.py
+1
-2
1 addition, 2 deletions
lms/djangoapps/courseware/tests/test_tabs.py
with
1 addition
and
2 deletions
lms/djangoapps/courseware/tests/test_tabs.py
+
1
−
2
View file @
5fb683da
...
...
@@ -5,7 +5,6 @@ Note: Tests covering workflows in the actual tabs.py file begin after line 100
from
django.conf
import
settings
from
django.core.urlresolvers
import
reverse
from
django.http
import
Http404
from
django.test.utils
import
override_settings
from
mock
import
MagicMock
,
Mock
,
patch
from
opaque_keys.edx.locations
import
SlashSeparatedCourseKey
...
...
@@ -183,7 +182,7 @@ class TextBookTabsTestCase(LoginEnrollmentTestCase, ModuleStoreTestCase):
"""
Validate tab behavior when dealing with textbooks.
"""
MODULESTORE
=
TEST_DATA_MIXED_TOY_MODULESTORE
MODULESTORE
=
TEST_DATA_MIXED_TOY_MODULESTORE
def
setUp
(
self
):
super
(
TextBookTabsTestCase
,
self
).
setUp
()
...
...
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