Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/stringfellow/lettuce-django-terrain

A default terrain file for lettuce in django projects, includes selenium functionality.
https://github.com/stringfellow/lettuce-django-terrain

Last synced: about 1 month ago
JSON representation

A default terrain file for lettuce in django projects, includes selenium functionality.

Lists

README

        

A default terrain file for any Django users who want to use the excellent
BDD package, "lettuce". (http://lettuce.it).

Put the terrain file in your project root. See accounts/feature/ for an
example usage -- this assumes you have an app called accounts which has
a forms.py file and a RegistrationForm(forms.ModelForm), for example,
defined.

It uses selenium (http://seleniumhq.org) to do some of the checks.

Requirements:

* lettuce
* nose
* selenium
* lxml
* and of course, django.