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
256aead5
Commit
256aead5
authored
Apr 13, 2010
by
Gabriel Falcão
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs adjustments
parent
532a12c3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
18 deletions
+11
-18
docs/_static/djangodocs.css
+1
-1
docs/index.rst
+4
-4
docs/tutorial/simple.rst
+6
-13
No files found.
docs/_static/djangodocs.css
View file @
256aead5
...
...
@@ -101,7 +101,7 @@ dt .literal, table .literal { background:none}
.note
,
.admonition
{
padding
:
.8em
1em
.8em
;
margin
:
1em
0
;
border
:
1px
solid
#94da3a
}
.admonition-title
{
font-weight
:
bold
;
margin-top
:
0
!important
;
margin-bottom
:
0
!important
}
.admonition
.last
{
margin-bottom
:
0
!important
}
.note
,
.admonition
{
padding-left
:
65px
;
background
:
url(docicons-note.png)
.8em
.8em
no-repeat
}
.note
,
.admonition
{
padding-left
:
65px
;
background
:
white
url(docicons-note.png)
.8em
.8em
no-repeat
}
div
.admonition-philosophy
{
padding-left
:
65px
;
background
:
url(docicons-philosophy.png)
.8em
.8em
no-repeat
}
div
.admonition-behind-the-scenes
{
padding-left
:
65px
;
background
:
url(docicons-behindscenes.png)
.8em
.8em
no-repeat
}
...
...
docs/index.rst
View file @
256aead5
...
...
@@ -73,10 +73,10 @@ Walkthrough
* **Tutorial:**
* :ref:`Using simple features
<tutorial-simple>`
*
:ref:`Steps with tables <tutorial-tables>`
*
:ref:`Scenario Outlines <tutorial-scenario-outlines>`
*
:ref:`Taking actions before and after tests <tutorial-hooks>`
1. :ref:`Writting your first feature
<tutorial-simple>`
2.
:ref:`Steps with tables <tutorial-tables>`
3.
:ref:`Scenario Outlines <tutorial-scenario-outlines>`
4.
:ref:`Taking actions before and after tests <tutorial-hooks>`
Furthermore
===========
...
...
docs/tutorial/simple.rst
View file @
256aead5
.. _tutorial-simple:
=================================
Writting your first steps, part 1
=================================
=================================
==
Part 1: Writting your first feature
=================================
==
Welcome to the first part of Lettuce tutorials, through this tutorial
we will use Lettuce to provide a simple and pythonic way to create a
tests for a python module.
So assuming tha
t:
To keep following the tutorial, you mus
t:
* you have already :ref:`installed <intro-install>` Lettuce.
* you have a GNU/Linux / MacOS console available.
Let's have a ...
A simple start
==============
Lettuce is very flexible about where you decide to put your features.
* have already :ref:`installed <intro-install>` Lettuce.
* have a unix shell available.
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