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
afbcab57
Commit
afbcab57
authored
Jan 24, 2013
by
Gabriel Falcão
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #316 from lorin/django-mail-docfix
Adjust Django docs because of new mail feature
parents
f84207bd
3c183157
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
docs/recipes/django-lxml.rst
+6
-3
No files found.
docs/recipes/django-lxml.rst
View file @
afbcab57
...
...
@@ -118,9 +118,10 @@ Once you install the ``lettuce.django`` app, the command ``harvest`` will be ava
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.
function before it starts up the Django server. Typically, invoking this function
would configure Django to use the locmem_ in-memory email backend. However,
Lettuce uses a custom Django email backend to support retrieving email from
Lettuce test scripts. See :ref:`lettuce-checking-email` for more details.
5. specifying feature files
===========================
...
...
@@ -262,6 +263,8 @@ Notice the ``terrain.py`` file at the project root, there you can
populate the :ref:`lettuce-world` and organize your features and steps
with it :)
.. _lettuce-checking-email:
Checking email
==============
...
...
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