Metadata-Version: 1.1
Name: djangosanetesting
Version: 0.5.11
Summary: Integrate Django with nose, Selenium, Twill and more. 
Home-page: http://devel.almad.net/trac/django-sane-testing/
Author: Lukas Linhart
Author-email: bugs@almad.net
License: UNKNOWN
Description: 
        ======================
        Django: Sane testing
        ======================
        
        django-sane-testing integrates Django with Nose testing framework. Goal is to provide nose goodies to Django testing and to support feasible integration or functional testing of Django applications, for example by providing more control over transaction/database handling.
        
        Thus, there is a way to start HTTP server for non-WSGI testing - like using Selenium or Windmill.
        
        Selenium has also been made super easy - just start --with-selenium, inherit from SeleniumTestCase and use self.selenium.
        
        Package is documented - see docs/ or http://readthedocs.org/projects/Almad/django-sane-testing/docs/index.html .
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires: Django (>=1.1)
Requires: nose (>=0.10)
