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
da6e3e23
Commit
da6e3e23
authored
9 years ago
by
Piotr Mitros
Committed by
solashirai
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fixes for imports
parent
05265501
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
openedx/tests/xblock_integration/test_crowdsourcehinter_problem.py
+5
-5
5 additions, 5 deletions
...ests/xblock_integration/test_crowdsourcehinter_problem.py
with
5 additions
and
5 deletions
openedx/tests/xblock_integration/test_crowdsourcehinter_problem.py
+
5
−
5
View file @
da6e3e23
...
...
@@ -2,11 +2,11 @@
SOLA: Would you mind writing a docstring for this file?
"""
from
textwrap
import
dedent
from
..
.fixtures.course
import
CourseFixture
,
XBlockFixtureDesc
from
..
.pages.lms.courseware
import
CoursewarePage
from
..
.pages.
lms.
crowdsourcehinter_problem
import
CrowdsourcehinterProblemPage
from
..
.pages.studio.auto_auth
import
AutoAuthPage
from
.
.helpers
import
UniqueCourseTest
from
common.test.acceptance
.fixtures.course
import
CourseFixture
,
XBlockFixtureDesc
from
common.test.acceptance
.pages.lms.courseware
import
CoursewarePage
from
openedx.tests.xblock_integration
.pages.crowdsourcehinter_problem
import
CrowdsourcehinterProblemPage
from
common.test.acceptance
.pages.studio.auto_auth
import
AutoAuthPage
from
common.test.acceptance.tests
.helpers
import
UniqueCourseTest
class
CrowdsourcehinterProblemTest
(
UniqueCourseTest
):
...
...
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