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

I have this outline table in my feature file | url | title | text | | http://pythonhosted.org/ | Python | KKKK | | https://www.youtube.com/?gl=CL&hl=es-419 | YouTube | language |...

Lets say I have 2 apps 1. someapp 2. someapp_api Now I have feature files only for first app `someapp`. Setting `LETTUCE_APPS = ('someapp',)` is supposed to run features only...

When trying to run lettuce tests on Django 1.10 I get the following error: ``` File ".../local/lib/python2.7/site-packages/lettuce/django/management/commands/harvest.py", line 43, in Command option_list = BaseCommand.option_list + ( AttributeError: type object 'BaseCommand'...

I'm setting up lettuce to run integrations tests in a Django project. I have created a blank accounts.feature file and a blank accounts_steps.py file. ``` ├── apps │   └── accounts...

No longer maintained? Why? Last commit: 2 years ago

Hi, Is it possible to run a flaky Test multiple times. I am looking for something like [flaky](https://github.com/box/flaky) I no such support is available then i will be happy to...

Opening this as an issue because I think it warrants discussion. For some time @koterpillar and I were working on the new-parser branch of Lettuce which has finally grown into...

Module languages.py contains ukrainian with key 'uk'. But uk means Unigted Kingdom of Britain in international standards, particularly it is their domain name. For Ukraine is bettee to use 'ua'...

When a step fails when lettuce is running with `--failfast`, the generated xunit output is incorrect. It will contain the testcase with a `` child element, but the `failures` or...

Django: 1.11 Lettuce: GitHub master Here is the stack trace ``` File "manage.py", line 10, in execute_from_command_line(sys.argv) File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 363, in execute_from_command_line utility.execute() File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 355, in execute...