lettuce
lettuce copied to clipboard
Behavior-driven-development tool for python, inspired by Cucumber for Ruby ⛺
Apologies if this is being tracked elsewhere, I did have a look. First hurdle: currently requirements.txt won't install under python 3. The pinned version of `coverage` and `markment` seem to...
Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. :vertical_traffic_light: To activate Renovate, merge this Pull Request. To disable...
Fixes issue #261.
[Do not merge] first pass of adding parallelization - adding hooks for before.batch and after.batch (think I should rename to before.fork and after.hook) - added a new runner -- ParallelRunner,...
Py3k
I'm skeptical that everything will actually work with python3, but all the tests are passing. It's a start... Anything that breaks with python3 should result in a new test.
in djnago 1.9 this causes the models.py file to attempt import causing an error like: RuntimeError: Model class models. doesn't declare an explicit app_label and isn't in an application in...
Addresses this error I ran into with the new 0.2.23 release, introduced in the django 1.9 changes https://github.com/gabrielfalcao/lettuce/pull/522: > File > "/home/travis/build/ccnmtl/mediathread/ve/lib/python2.7/site-packages/django/core/management/base.py", > line 265, in **init** > > ```...
Using collections.OrderedDict instead of vanilla dict, now I have outlines oredered (as they appears in the feature file) in my junit reports.
Hi Guys, This is an strange story for an open source project pull request but here I go... I have been spending the past few weeks studying testing and my...
This is a fix for issue #517.