Metadata-Version: 1.1
Name: tddspry
Version: 0.3.1
Summary: Utilities to test Django applications with nosetests.
Home-page: http://github.com/playpauseandstop/tddspry
Author: Igor Davydenko
Author-email: playpauseandstop@gmail.com
License: UNKNOWN
Description: =======
        tddspry
        =======
        
        **tddspry** is collection of testcases and additional helpers for testing
        Django applications with nose__ library.
        
        .. __: http://somethingaboutorange.com/mrl/projects/nose/
        
        1. Requirements_
        #. Installation_
        #. Documentation_
        #. `Bugs, features, contacts`_
        
        Requirements
        ============
        
        * Django_ >= 1.0
        * mock_ >= 0.5.0
        * nose_ >= 0.10.3
        * twill_ >= 0.9
        
        .. _Django: http://www.djangoproject.com/download/
        .. _mock: http://pypi.python.org/pypi/mock/
        .. _nose: http://pypi.python.org/pypi/nose/
        .. _twill: http://pypi.python.org/pypi/twill/
        
        Installation
        ============
        
        *On most UNIX-like systems, you'll probably need to run these commands as root
        or using sudo.*
        
        To install::
        
        python setup.py install
        
        Or via easy_install_::
        
        easy_install tddspry
        
        Also, you can retrieve fresh version of **tddspry** from GitHub_::
        
        git clone git://github.com/playpauseandstop/tddspry.git
        
        .. _easy_install: http://pypi.python.org/pypi/setuptools/
        .. _GitHub: http://github.com/
        
        Documentation
        =============
        
        Sphinx_-generated documentation for **tddspry** located at `GitHub pages`_.
        This documentation updates after every **tddspry** release.
        
        Fresh documentation always can access in ``docs/`` directory.
        
        .. _Sphinx: http://sphinx.pocoo.org/
        .. _`GitHub pages`: http://playpauseandstop.github.com/tddspry/
        
        Bugs, features, contacts
        ========================
        
        Sending bugs and features
        -------------------------
        
        We use ``tddspry`` in all our projects, so we hope that it hasn't any bug,
        but if you really find it - send it to `issues tracker`__ on GitHub.
        
        And if ``tddspry`` does not support feature needed to you - tell us too and
        we tries to adds it as soon as possible.
        
        .. __: http://github.com/playpauseandstop/tddspry/issues
        
        Contacts
        --------
        
        :Authors:
        Igor Davydenko *< playpauseandstop [at] gmail >*,
        
        Volodymyr Hotsyk *< gotsyk [at] gmail >*
        
        :Idea:
        Andriy Khavryuchenko *< akhavr [at] gmail >*
        
        
Keywords: django mock nose tdd testing tests twill
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Topic :: Software Development :: Testing
Requires: mock (>=0.5.0)
Requires: nose (>=0.10.3)
Requires: twill (>=0.9)
