Metadata-Version: 1.1
Name: neverfails
Version: 0.0.1
Summary: Code generation based on specifications.
Home-page: https://github.com/claudiob/neverfails/
Author: Claudio B.
Author-email: github.com/claudiob
License: UNKNOWN
Download-URL: https://github.com/ff0000/neverfails
Description: Code generation based on specifications.
        ----------------------------------------
        
        Neverfails involves an ambitious idea: code generation based on specifications. 
        This idea does not depend on a specific platform or programming language. 
        In principle, it could be implemented with any framework. 
        Actually, I have decided to test it using Django as a web framework and 
        Python as the programming language. 
        
        Similarly to lettuce, neverfails recognizes the steps using regular expressions 
        and checks whether they pass or fail. If the step fails, neverfails does not
        raise an AssertionError but runs the code to make the step pass, then runs the 
        step again. 
        
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: lettuce
Requires: selenium
Requires: django
