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
d0ad808d
Commit
d0ad808d
authored
Sep 16, 2016
by
Eric Fischer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Readd imports to fix broken tests
parent
7377634e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lms/djangoapps/grades/tests/test_grades.py
+2
-0
No files found.
lms/djangoapps/grades/tests/test_grades.py
View file @
d0ad808d
...
...
@@ -14,6 +14,7 @@ from courseware.tests.helpers import (
LoginEnrollmentTestCase
,
get_request_for_user
)
from
lms.djangoapps.course_blocks.api
import
get_course_blocks
from
student.tests.factories
import
UserFactory
from
student.models
import
CourseEnrollment
from
xmodule.modulestore.tests.factories
import
CourseFactory
,
ItemFactory
...
...
@@ -22,6 +23,7 @@ from xmodule.modulestore.tests.django_utils import SharedModuleStoreTestCase
from
..
import
course_grades
from
..course_grades
import
summary
as
grades_summary
from
..module_grades
import
get_module_score
from
..new.subsection_grade
import
SubsectionGradeFactory
from
..new.course_grade
import
CourseGradeFactory
...
...
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