Skip to content
Snippets Groups Projects
Unverified Commit 0b94a373 authored by Michael Youngstrom's avatar Michael Youngstrom Committed by GitHub
Browse files

Merge pull request #18919 from edx/youngstrom/paver-db-flakiness

Subclass PaverTestCase in flaky paver db tests
parents 53d8a04b ff7431a1
No related merge requests found
......@@ -17,6 +17,7 @@ from pavelib.utils.db_utils import (
)
from pavelib.utils import db_utils
from pavelib import database
from .utils import PaverTestCase
class TestPaverDbS3Utils(MockS3Mixin, TestCase):
......@@ -77,7 +78,7 @@ def _write_temporary_db_cache_files(path, files):
cache_file.write(str(index))
class TestPaverDatabaseTasks(MockS3Mixin, TestCase):
class TestPaverDatabaseTasks(MockS3Mixin, PaverTestCase):
"""
Tests for the high level database tasks
"""
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment