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
3d67c506
Commit
3d67c506
authored
Jul 18, 2013
by
Ned Batchelder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use TransactionTestCase, to keep other tests from failing, even though it slows them down.
parent
10f062cf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lms/djangoapps/courseware/management/tests/test_clean_history.py
+2
-2
No files found.
lms/djangoapps/courseware/management/tests/test_clean_history.py
View file @
3d67c506
...
...
@@ -7,7 +7,7 @@ import textwrap
import
dateutil.parser
from
django.test
import
TestCase
from
django.test
import
T
ransactionT
estCase
from
django.db
import
connection
from
courseware.management.commands.clean_history
import
StudentModuleHistoryCleaner
...
...
@@ -43,7 +43,7 @@ class SmhcDbMocked(SmhcSayStubbed):
self
.
get_history_for_student_modules
.
return_value
=
rows
class
HistoryCleanerTest
(
TestCase
):
class
HistoryCleanerTest
(
T
ransactionT
estCase
):
"""Base class for all history cleaner tests."""
maxDiff
=
None
...
...
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