Metadata-Version: 1.1
Name: django-kidotest
Version: 1.0
Summary: Code snippets which help writing automated tests for Django.
Home-page: http://www.kidosoft.pl
Author: Jakub STOLARSKI (Dryobates)
Author-email: jakub.stolarski@kidosoft.pl
License: beerware
Description: ##########
        Kido Test
        ##########
        
        Goal
        ====
        
        Provide code snippets which help running tests in Django.
        
        Installation
        ============
        
        .. code-block:: console
        
           pip install django-kidotest
        
        or current development version:
        
        .. code-block:: console
        
           pip install hg+https:://bitbucket.org/kidosoft/django-kidotest
        
        Configuration
        =============
        
        Sample:
        
        .. code-block:: python
        
           INSTALLED_APPS =  [
            ...
            'kidotest',
            ...
           ]
        
Keywords: django testing
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Framework :: Django
Classifier: Programming Language :: Python
Classifier: Topic :: Utilities
