Flaky is a plugin for nose that automatically reruns flaky tests.

This commit is contained in:
Muhammad Ammar
2014-05-22 14:51:57 +00:00
parent 18ee082cc3
commit 33d01232de
3 changed files with 4 additions and 1 deletions

View File

@@ -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