All Projects → gabrielfalcao → Lettuce

gabrielfalcao / Lettuce

Licence: gpl-3.0
Behavior-driven-development tool for python, inspired by Cucumber for Ruby ⛺

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Lettuce

Ut
UT: C++20 μ(micro)/Unit Testing Framework
Stars: ✭ 507 (-58.75%)
Mutual labels:  bdd
Cli
a lightweight, security focused, BDD test framework against terraform.
Stars: ✭ 918 (-25.31%)
Mutual labels:  bdd
Cucumber Api
API validator in BBD style with Cucumber
Stars: ✭ 50 (-95.93%)
Mutual labels:  bdd
Event Reduce
An algorithm to optimize database queries that run multiple times
Stars: ✭ 589 (-52.07%)
Mutual labels:  bdd
Espec
Elixir Behaviour Driven Development
Stars: ✭ 725 (-41.01%)
Mutual labels:  bdd
Chakram
REST API test framework. BDD and exploits promises
Stars: ✭ 912 (-25.79%)
Mutual labels:  bdd
Karate
Test Automation Made Simple
Stars: ✭ 5,497 (+347.27%)
Mutual labels:  bdd
Phpspec Code Coverage
Generate Code Coverage reports for PhpSpec tests
Stars: ✭ 59 (-95.2%)
Mutual labels:  bdd
Aruba
Test command-line applications with Cucumber-Ruby, RSpec or Minitest. The most up to date documentation can be found on Cucumber.Pro (https://app.cucumber.pro/projects/aruba)
Stars: ✭ 900 (-26.77%)
Mutual labels:  bdd
Should Enzyme
Useful functions for testing React Components with Enzyme.
Stars: ✭ 41 (-96.66%)
Mutual labels:  bdd
Public
Repository for wallaby.js questions and issues
Stars: ✭ 662 (-46.14%)
Mutual labels:  bdd
Specs2
Software Specifications for Scala
Stars: ✭ 696 (-43.37%)
Mutual labels:  bdd
Behapi
Behat extension for those who want to write acceptances tests for apis
Stars: ✭ 29 (-97.64%)
Mutual labels:  bdd
Jasmine Matchers
Write Beautiful Specs with Custom Matchers for Jest and Jasmine
Stars: ✭ 552 (-55.09%)
Mutual labels:  bdd
Kahlan
✔️ PHP Test Framework for Freedom, Truth, and Justice
Stars: ✭ 1,065 (-13.34%)
Mutual labels:  bdd
Ginkgo
BDD Testing Framework for Go
Stars: ✭ 5,346 (+334.99%)
Mutual labels:  bdd
Bdd Experiment
An experiment on BDD in Symfony2 using Behat, Mink and Zombie.js
Stars: ✭ 12 (-99.02%)
Mutual labels:  bdd
Rgviperchat
An iOS chat app written following a VIPER architecture and BDD
Stars: ✭ 65 (-94.71%)
Mutual labels:  bdd
Cypress Cucumber Example
An example skeleton with Cypress and Cucumber
Stars: ✭ 57 (-95.36%)
Mutual labels:  bdd
Phpspec Matchers
Collection of additional matchers for phpspec
Stars: ✭ 32 (-97.4%)
Mutual labels:  bdd

lettuce

Version 0.2.23 - kryptonite

Build Status

On release names

Lettuce release names will be inspired by any green stuff.

Barium: In form of "barium nitrate" is commonly used to make green fireworks. Such a good name for a first version :)

What

Lettuce is a BDD tool for python, 100% inspired on cucumber.

Motivation

  1. Cucumber makes Ruby even more sexy. Python needed something like it.
  2. Testing must be funny and easy.
  3. Most python developers code in python, not ruby.
  4. Ruby has Capistrano, Python has Fabric. Ruby has cucumber, Python has lettuce.
  5. I personally don't like mixing many languages in small projects. Keeping all in python is better.
  6. I love python, and ever did. But I also ever missed something that make writing tests easier and funnier.
  7. I like nose, which is a unittest pythonic framework. However, as the project I work on grows, so do the tests, and it becomes harder to understand them.

Documentation

See full documentation on http://lettuce.it/

Dependencies

you will need to install these dependencies in order to hack lettuce :) all them are used within lettuce tests

you could use a virtualenv:

> mkvirtualenv lettuce
> workon lettuce
> pip install -r requirements.txt

note this uses virtualenvwrapper to save some virtualenv handling hassle. you can also use virtualenv the regular way.

or just install manually:

> sudo pip install -r requirements.txt

or do it really from scratch:

  • nose

    [sudo] pip install nose

  • mox

    [sudo] pip install mox

  • sphinx

    [sudo] pip install sphinx

  • lxml

    [sudo] pip install lxml

  • tornado

    [sudo] pip install tornado

  • django

    [sudo] pip install django

mailing list

for users

http://groups.google.com/group/lettuce-users

for developers

http://groups.google.com/group/lettuce-developers

Special thanks

  1. Cucumber crew, for creating such a AWESOME project, and for inspiring Lettuce.
  2. Tatiana for helping a lot with documentation.
  3. Django which documentation structure was borrowed.
  4. Andres Jaan Tack for his awesome contributions
  5. Erlis Vidal for creating a tutorial of how to install lettuce on windows.

Known issues

windows support

erlis have made a awesome job by making lettuce work on windows. He posted here how to install lettuce on windows.

License

<Lettuce - Behaviour Driven Development for python>
Copyright (C) <2010-2020>  Gabriel Falcão <[email protected]>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].