Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xblock-drag-and-drop-v2
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
OpenEdx
xblock-drag-and-drop-v2
Commits
211cf90a
Commit
211cf90a
authored
Sep 30, 2014
by
E. Kolpakov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removing unused imports
parent
72c2d98b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
11 deletions
+0
-11
tests/integration/test_base.py
+0
-2
tests/integration/test_interaction.py
+0
-3
tests/integration/test_title_and_question.py
+0
-2
tests/utils.py
+0
-4
No files found.
tests/integration/test_base.py
View file @
211cf90a
# Imports ###########################################################
# Imports ###########################################################
from
xml.sax.saxutils
import
escape
from
xml.sax.saxutils
import
escape
from
selenium.webdriver.support.wait
import
WebDriverWait
from
tests.utils
import
load_resource
from
tests.utils
import
load_resource
from
workbench
import
scenarios
from
workbench
import
scenarios
...
@@ -16,7 +15,6 @@ class BaseIntegrationTest(SeleniumTest):
...
@@ -16,7 +15,6 @@ class BaseIntegrationTest(SeleniumTest):
"'"
:
"'"
"'"
:
"'"
}
}
def
setUp
(
self
):
def
setUp
(
self
):
super
(
BaseIntegrationTest
,
self
)
.
setUp
()
super
(
BaseIntegrationTest
,
self
)
.
setUp
()
...
...
tests/integration/test_interaction.py
View file @
211cf90a
from
nose_parameterized
import
parameterized
from
selenium.webdriver
import
ActionChains
from
selenium.webdriver
import
ActionChains
from
selenium.webdriver.firefox
import
webdriver
from
tests.integration.test_base
import
BaseIntegrationTest
from
tests.integration.test_base
import
BaseIntegrationTest
from
tests.utils
import
load_resource
class
ItemDefinition
(
object
):
class
ItemDefinition
(
object
):
...
...
tests/integration/test_title_and_question.py
View file @
211cf90a
...
@@ -2,8 +2,6 @@ from nose_parameterized import parameterized
...
@@ -2,8 +2,6 @@ from nose_parameterized import parameterized
from
tests.integration.test_base
import
BaseIntegrationTest
from
tests.integration.test_base
import
BaseIntegrationTest
from
workbench
import
scenarios
from
workbench
import
scenarios
__author__
=
'john'
class
TestDragAndDropTitleAndQuestion
(
BaseIntegrationTest
):
class
TestDragAndDropTitleAndQuestion
(
BaseIntegrationTest
):
@parameterized.expand
([
@parameterized.expand
([
...
...
tests/utils.py
View file @
211cf90a
import
os
import
json
import
pkg_resources
import
pkg_resources
from
xml.sax.saxutils
import
escape
def
load_resource
(
resource_path
):
def
load_resource
(
resource_path
):
...
...
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