Metadata-Version: 1.1
Name: django-tests-assistant
Version: 0.3.0
Summary: A tool to help keep track of tests, specially for you - developer.
Home-page: https://github.com/tests-assistant/tests-assistant/
Author: Arun Karunagath
Author-email: the1.arun@gmail.com
License: (AGPL v3+) GNU AFFERO GENERAL PUBLIC LICENSE Version 3 or later
Description: tests-assistant
        ===============
        
        :lisence: agplv3+
        :django: 1.5
        :pypi: https://pypi.python.org/pypi/django-tests-assistant
        
        .. image:: https://pypip.in/v/django-tests-assistant/badge.png
            :alt: Version
            :target: https://crate.io/packages/django-tests-assistant/
        .. image:: https://pypip.in/d/django-tests-assistant/badge.png
            :alt: Downloads
            :target: https://crate.io/packages/django-tests-assistant/
        
        Install
        -------
        
        Setting up test assistant for your project is so easy.
        It's just 3 step process. 
        
        Install django-tests-assistant from pypi::
        
          pip install django-tests-assistant
        
        Give path to the search indexes::
        
          TEST_ASSISTANT_WHOOSH_PATH = "/path/to/whoosh/index/directory"
        
        Edit settings.py of your project and add following at the end::
        
          from assistant.settings import *
        
        Edit your urls.py and add a url mapping in your urlpatterns::
        
          url(r'tests/', include('assistant.urls')),
        
        That is it & enjoy :) 
        
        Oh, don't forget to do a ``python manage.py syncdb``
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
