lettuce icon indicating copy to clipboard operation
lettuce copied to clipboard

Behavior-driven-development tool for python, inspired by Cucumber for Ruby ⛺

Results 100 lettuce issues
Sort by recently updated
recently updated
newest added

In addition to running unit tests, these additional checks ensure that certain failures will not make it into the code base unintentionally.

Allow exclusionary tags to omit scenarios If a user passes in a tag for which no scenario should run, e.g. --tag=-A then the expectation is that no scenario with that...

Use tox instead travis directly to let someone to run tests in the same way travis would do.

Does it test code generation based on the feature file? (Like cucumber)

**Actual result:** Seems like no matter how many outlines has succeeded , Scenario's attribute -> failed/passed/ran doesn't show correct data. ![image](https://user-images.githubusercontent.com/40145780/62045149-514f9600-b20d-11e9-9fc1-ad1486a84bbd.png)

colorama 0.2.4 works. but colorama 0.2.5 failed. error message as follows: ``` Given I access url "/admin/" ``` Traceback (most recent call last): File "D:\projects\python\envs\aquasys-www\Lib\site-packages\lettuce\registry.p y", line 88, in call_hook...

see https://requires.io/github/dnozay/lettuce/requirements/?branch=master ![screen shot 2014-10-29 at 11 32 51 am](https://cloud.githubusercontent.com/assets/205466/4832203/27d565d6-5f9a-11e4-8ae7-5f0d64ff7491.png)