Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lettuce
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
lettuce
Commits
2a33f2cb
Commit
2a33f2cb
authored
Apr 09, 2013
by
Danielle Madeley
Committed by
Alexey Kotlyarov
May 27, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use TEST_RUNNER as the test runner
Conflicts: lettuce/django/management/commands/harvest.py
parent
dde22027
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lettuce/django/management/commands/harvest.py
+2
-2
No files found.
lettuce/django/management/commands/harvest.py
View file @
2a33f2cb
...
@@ -122,8 +122,8 @@ class Command(BaseCommand):
...
@@ -122,8 +122,8 @@ class Command(BaseCommand):
migrate_south
=
False
migrate_south
=
False
pass
pass
from
django.test.
simple
import
DjangoTestSuiteR
unner
from
django.test.
utils
import
get_r
unner
self
.
_testrunner
=
DjangoTestSuiteRunner
(
)
self
.
_testrunner
=
get_runner
(
settings
)(
interactive
=
False
)
self
.
_testrunner
.
setup_test_environment
()
self
.
_testrunner
.
setup_test_environment
()
self
.
_old_db_config
=
self
.
_testrunner
.
setup_databases
()
self
.
_old_db_config
=
self
.
_testrunner
.
setup_databases
()
...
...
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