Metadata-Version: 1.1
Name: radish
Version: 0.1.5
Summary: A set of common tools for testing django projects with lettuce.
Home-page: http://ff0000.com/
Author: Red Interactive
Author-email: geeks@ff0000.com
License: UNKNOWN
Download-URL: https://github.com/ff0000/radish
Description: A set of common tools for testing django projects with lettuce.
        -------------------------------------
        
        This module adds a set of step definitions to lettuce (http://www.lettuce.it)
        implementing the most common actions that a user can perform through a browser
        (such as navigating, clicking, filling forms).
        
        The goal is to make Django developers integrate lettuce features in their code
        more rapidly, since they do not have to write the step definitions, which are
        included in this module.
        
Keywords: django,admin,bdd,tdd,documentation,lettuce
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django
Classifier: Natural Language :: English
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Utilities
Requires: random_instances
Requires: selenium
