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
72cb5ec9
Commit
72cb5ec9
authored
May 22, 2014
by
Jay Zoldak
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3828 from edx/ammar/flaky-for-video-tests
Flaky for Bok-Choy Video Tests
parents
956b4c45
33d01232
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletions
+4
-1
common/test/acceptance/tests/test_video_module.py
+2
-0
rakelib/bok_choy.rake
+1
-1
requirements/edx/base.txt
+1
-0
No files found.
common/test/acceptance/tests/test_video_module.py
View file @
72cb5ec9
...
...
@@ -13,6 +13,7 @@ from ..pages.lms.course_nav import CourseNavPage
from
..pages.lms.auto_auth
import
AutoAuthPage
from
..pages.lms.course_info
import
CourseInfoPage
from
..fixtures.course
import
CourseFixture
,
XBlockFixtureDesc
from
box.test.flaky
import
flaky
VIDEO_SOURCE_PORT
=
8777
YOUTUBE_STUB_PORT
=
9080
...
...
@@ -36,6 +37,7 @@ class YouTubeConfigError(Exception):
pass
@flaky
class
VideoBaseTest
(
UniqueCourseTest
):
"""
Base class for tests of the Video Player
...
...
rakelib/bok_choy.rake
View file @
72cb5ec9
...
...
@@ -147,7 +147,7 @@ def run_bok_choy(test_spec)
# Construct the nosetests command, specifying where to save screenshots and XUnit XML reports
cmd
=
[
"SCREENSHOT_DIR='
#{
BOK_CHOY_LOG_DIR
}
'"
,
"nosetests"
,
test_spec
,
"--with-xunit"
,
"--xunit-file=
#{
BOK_CHOY_XUNIT_REPORT
}
"
,
"--verbosity=2"
"--with-xunit"
,
"--
with-flaky"
,
"--
xunit-file=
#{
BOK_CHOY_XUNIT_REPORT
}
"
,
"--verbosity=2"
]
# Configure parallel test execution, if specified
...
...
requirements/edx/base.txt
View file @
72cb5ec9
...
...
@@ -124,6 +124,7 @@ rednose==0.3
selenium==2.39.0
splinter==0.5.4
testtools==0.9.34
flaky==0.2.0
git+https://github.com/mfogel/django-settings-context-processor.git
...
...
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