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
c72d4100
Commit
c72d4100
authored
Feb 24, 2014
by
Calen Pennington
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove doc-ready tests, which were flaky
parent
ae34c3fe
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 additions
and
11 deletions
+1
-11
common/test/acceptance/pages/xblock/acid.py
+0
-7
common/test/acceptance/tests/test_lms.py
+0
-1
common/test/acceptance/tests/test_studio.py
+0
-2
requirements/edx/github.txt
+1
-1
No files found.
common/test/acceptance/pages/xblock/acid.py
View file @
c72d4100
...
@@ -42,13 +42,6 @@ class AcidView(PageObject):
...
@@ -42,13 +42,6 @@ class AcidView(PageObject):
return
self
.
test_passed
(
'.js-init-run'
)
return
self
.
test_passed
(
'.js-init-run'
)
@property
@property
def
doc_ready_passed
(
self
):
"""
Whether the document-ready test passed in this view of the :class:`.AcidBlock`.
"""
return
self
.
test_passed
(
'.document-ready-run'
)
@property
def
child_tests_passed
(
self
):
def
child_tests_passed
(
self
):
"""
"""
Whether the tests of children passed
Whether the tests of children passed
...
...
common/test/acceptance/tests/test_lms.py
View file @
c72d4100
...
@@ -369,7 +369,6 @@ class XBlockAcidBase(UniqueCourseTest):
...
@@ -369,7 +369,6 @@ class XBlockAcidBase(UniqueCourseTest):
acid_block
=
AcidView
(
self
.
browser
,
'.xblock-student_view[data-block-type=acid]'
)
acid_block
=
AcidView
(
self
.
browser
,
'.xblock-student_view[data-block-type=acid]'
)
self
.
assertTrue
(
acid_block
.
init_fn_passed
)
self
.
assertTrue
(
acid_block
.
init_fn_passed
)
self
.
assertTrue
(
acid_block
.
doc_ready_passed
)
self
.
assertTrue
(
acid_block
.
child_tests_passed
)
self
.
assertTrue
(
acid_block
.
child_tests_passed
)
self
.
assertTrue
(
acid_block
.
resource_url_passed
)
self
.
assertTrue
(
acid_block
.
resource_url_passed
)
self
.
assertTrue
(
acid_block
.
scope_passed
(
'user_state'
))
self
.
assertTrue
(
acid_block
.
scope_passed
(
'user_state'
))
...
...
common/test/acceptance/tests/test_studio.py
View file @
c72d4100
...
@@ -157,7 +157,6 @@ class XBlockAcidBase(WebAppTest):
...
@@ -157,7 +157,6 @@ class XBlockAcidBase(WebAppTest):
acid_block
=
AcidView
(
self
.
browser
,
unit
.
components
[
0
]
.
preview_selector
)
acid_block
=
AcidView
(
self
.
browser
,
unit
.
components
[
0
]
.
preview_selector
)
self
.
assertTrue
(
acid_block
.
init_fn_passed
)
self
.
assertTrue
(
acid_block
.
init_fn_passed
)
self
.
assertTrue
(
acid_block
.
doc_ready_passed
)
self
.
assertTrue
(
acid_block
.
child_tests_passed
)
self
.
assertTrue
(
acid_block
.
child_tests_passed
)
self
.
assertTrue
(
acid_block
.
resource_url_passed
)
self
.
assertTrue
(
acid_block
.
resource_url_passed
)
self
.
assertTrue
(
acid_block
.
scope_passed
(
'user_state'
))
self
.
assertTrue
(
acid_block
.
scope_passed
(
'user_state'
))
...
@@ -177,7 +176,6 @@ class XBlockAcidBase(WebAppTest):
...
@@ -177,7 +176,6 @@ class XBlockAcidBase(WebAppTest):
acid_block
=
AcidView
(
self
.
browser
,
unit
.
components
[
0
]
.
edit
()
.
editor_selector
)
acid_block
=
AcidView
(
self
.
browser
,
unit
.
components
[
0
]
.
edit
()
.
editor_selector
)
self
.
assertTrue
(
acid_block
.
init_fn_passed
)
self
.
assertTrue
(
acid_block
.
init_fn_passed
)
self
.
assertTrue
(
acid_block
.
doc_ready_passed
)
self
.
assertTrue
(
acid_block
.
child_tests_passed
)
self
.
assertTrue
(
acid_block
.
child_tests_passed
)
self
.
assertTrue
(
acid_block
.
resource_url_passed
)
self
.
assertTrue
(
acid_block
.
resource_url_passed
)
self
.
assertTrue
(
acid_block
.
scope_passed
(
'content'
))
self
.
assertTrue
(
acid_block
.
scope_passed
(
'content'
))
...
...
requirements/edx/github.txt
View file @
c72d4100
...
@@ -23,4 +23,4 @@
...
@@ -23,4 +23,4 @@
-e git+https://github.com/edx/event-tracking.git@f0211d702d#egg=event-tracking
-e git+https://github.com/edx/event-tracking.git@f0211d702d#egg=event-tracking
-e git+https://github.com/edx/bok-choy.git@62de7b576a08f36cde5b030c52bccb1a2f3f8df1#egg=bok_choy
-e git+https://github.com/edx/bok-choy.git@62de7b576a08f36cde5b030c52bccb1a2f3f8df1#egg=bok_choy
-e git+https://github.com/edx-solutions/django-splash.git@15bf143b15714e22fc451ff1b0f8a7a2a9483172#egg=django-splash
-e git+https://github.com/edx-solutions/django-splash.git@15bf143b15714e22fc451ff1b0f8a7a2a9483172#egg=django-splash
-e git+https://github.com/edx/acid-block.git@
ce4c09615055a3cc14e39689e881c3422ff3162
c#egg=acid-xblock
-e git+https://github.com/edx/acid-block.git@
bf61f0fcd5916a9236bb5681c98374a48a13a74
c#egg=acid-xblock
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