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
ff2ed6ab
Commit
ff2ed6ab
authored
Oct 16, 2010
by
Gabriel Falcão
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
releasing 0.1.15 with contributions of Andres Jaan Tack
parent
1ffb01a1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
README.md
+2
-1
lettuce/__init__.py
+1
-1
tests/unit/test_main.py
+1
-1
No files found.
README.md
View file @
ff2ed6ab
# lettuce
# lettuce
> Version 0.1.1
4
- barium
> Version 0.1.1
5
- barium
## On release names
## On release names
...
@@ -68,6 +68,7 @@ come with automated tests, and if suitable, with proper documentation.
...
@@ -68,6 +68,7 @@ come with automated tests, and if suitable, with proper documentation.
1.
[
Cucumber
](
http://cukes.info/
)
crew, for creating such a AWESOME project, and for inspiring
[
Lettuce
](
http://lettuce.it/
)
.
1.
[
Cucumber
](
http://cukes.info/
)
crew, for creating such a AWESOME project, and for inspiring
[
Lettuce
](
http://lettuce.it/
)
.
2.
[
Tatiana
](
http://github.com/tatiana
)
for helping a lot with documentation.
2.
[
Tatiana
](
http://github.com/tatiana
)
for helping a lot with documentation.
3.
[
Django
](
http://djangoproject.com
)
which documentation structure was borrowed.
3.
[
Django
](
http://djangoproject.com
)
which documentation structure was borrowed.
2.
[
Andres Jaan Tack
](
http://github.com/ajtack
)
for his awesome contributions
# License
# License
...
...
lettuce/__init__.py
View file @
ff2ed6ab
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# along with this program. If not, see <http://www.gnu.org/licenses/>.
version
=
'0.1.1
4
'
version
=
'0.1.1
5
'
release
=
'barium'
release
=
'barium'
import
os
import
os
...
...
tests/unit/test_main.py
View file @
ff2ed6ab
...
@@ -21,7 +21,7 @@ from mox import Mox
...
@@ -21,7 +21,7 @@ from mox import Mox
def
test_has_version
():
def
test_has_version
():
"A nice python module is supposed to have a version"
"A nice python module is supposed to have a version"
assert_equals
(
lettuce
.
version
,
'0.1.1
4
'
)
assert_equals
(
lettuce
.
version
,
'0.1.1
5
'
)
def
test_import
():
def
test_import
():
"lettuce importer does import"
"lettuce importer does import"
...
...
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