{"id":15636394,"url":"https://github.com/passy/nose-lettuce","last_synced_at":"2025-04-30T05:45:06.661Z","repository":{"id":1364040,"uuid":"1313728","full_name":"passy/nose-lettuce","owner":"passy","description":"A probably bad idea of how to run lettuce from nose","archived":false,"fork":false,"pushed_at":"2011-01-31T21:18:55.000Z","size":92,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-30T05:44:58.887Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/passy.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-01-31T21:04:03.000Z","updated_at":"2024-11-28T16:28:30.000Z","dependencies_parsed_at":"2022-07-29T10:39:53.562Z","dependency_job_id":null,"html_url":"https://github.com/passy/nose-lettuce","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/passy%2Fnose-lettuce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/passy%2Fnose-lettuce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/passy%2Fnose-lettuce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/passy%2Fnose-lettuce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/passy","download_url":"https://codeload.github.com/passy/nose-lettuce/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251651221,"owners_count":21621702,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T11:03:23.307Z","updated_at":"2025-04-30T05:45:06.639Z","avatar_url":"https://github.com/passy.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"============\nnose-lettuce\n============\n\nI'm not really sold on this idea, but I needed something like this. Why? Read\nbelow.\n``nose-lettuce`` is, obviously, a nose plugin that runs lettuce tests. It\nactually just starts the lettuce runner before the usual nose tests are run.\n\nWhen is this useful?\n====================\n\nThis is useful if you rely on certain other nose plugins, like coverage_ to\nmeasure the test coverage of both your lettuce and normal nose tests or\nnosegae_ to setup a GAE testing environment so you can access the GAE data store\nfrom the lettuce tests.\n\n.. _coverage: http://nedbatchelder.com/code/coverage/\n.. _nosegae: http://farmdev.com/projects/nosegae/\n\nHow to use it\n=============\n\nInstallation\n------------\n\nNot released to PyPI yet, so you have to install from github::\n\n   pip install https://github.com/passy/nose-lettuce/tarball/master\n\nUsage\n-----\n\nTo run the plugin, just append ``--with-lettuce`` to your ``nosetests`` command\nor set the ``NOSE_WITH_LETTUCE`` environment variable. In order to see any\nresults, you must have set the ``--nocapture`` option (short: ``-s``).\n\n+---------------------------------------+---------------------------------------------------------+\n| Option                                | Description                                             |\n+=======================================+=========================================================+\n| --with-lettuce                        | Enables the plugin                                      |\n+---------------------------------------+---------------------------------------------------------+\n| --lettuce-path=LETTUCE_PATH           | Sets the base path for feature discovery.               |\n|                                       | (Default: features/ in your current working directory.) |\n+---------------------------------------+---------------------------------------------------------+\n| --lettuce-verbosity=LETTUCE_VERBOSITY | Changes the verbosity of the output.                    |\n+---------------------------------------+---------------------------------------------------------+\n| --lettuce-scenarios=LETTUCE_SCENARIOS | Comma seperated list of scenarios to run.               |\n+---------------------------------------+---------------------------------------------------------+\n\nExample\n~~~~~~~\n\n::\n\n   nosetests --with-lettuce --lettuce-path=myapp/features -s myapp/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpassy%2Fnose-lettuce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpassy%2Fnose-lettuce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpassy%2Fnose-lettuce/lists"}