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
beaddd31
Commit
beaddd31
authored
Jan 13, 2013
by
Gabriel Falcão
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #312 from lorin/django-doc
Document Django setup_test_environment
parents
2c982d9b
c33aea34
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
docs/recipes/django-lxml.rst
+8
-0
No files found.
docs/recipes/django-lxml.rst
View file @
beaddd31
...
...
@@ -116,6 +116,12 @@ Once you install the ``lettuce.django`` app, the command ``harvest`` will be ava
user@machine:~projects/djangoproject $ python manage.py harvest
The ``harvest`` command executes the ``django.test.utils.setup_test_environment``
function before it starts up the Django server. One side-effect is that the
server will not send out any emails, because it configures Django to use the
locmem_ in-memory email backend.
5. specifying feature files
===========================
...
...
@@ -406,3 +412,4 @@ You can also specify it at ``settings.py`` so that you won't need to type the sa
.. _windmill: http://www.getwindmill.com/
.. _webdriver: http://code.google.com/p/selenium/wiki/PythonBindings?redir=1
.. _GAE: http://code.google.com/appengine
.. _locmem: https://docs.djangoproject.com/en/dev/topics/email/#in-memory-backend
\ No newline at end of file
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