Metadata-Version: 1.1
Name: hitchpython
Version: 0.3.1
Summary: Hitch plug-in to test python programs, including Celery and Django.
Home-page: https://hitch.readthedocs.org/
Author: Colm O'Connor
Author-email: colm.oconnor.github@gmail.com
License: AGPL
Description: HitchPython
        ===========
        
        HitchPython is a plugin for the Hitch test framework that lets you test
        python programs. Specifically, it includes code to:
        
        * Download, build and create a virtualenv from all versions of python.
        * Run a Django runserver service using hitchserve_.
        * Run a Celery service using hitchserve_.
        
        The Django runserver service will:
        
        * Optionally, run migrations and insert a site into django_sites table, prior to starting the service.
        * Install fixtures.
        * Run on a specific port.
        * Get the URL.
        * Generate a runnable manage subcommand.
        
        Documentation
        =============
        
        See:
        
        * https://hitchtest.readthedocs.org/en/latest/services/django.html
        * https://hitchtest.readthedocs.org/en/latest/services/celery.html
        * https://hitchtest.readthedocs.org/en/latest/api/package_api.html
        
Keywords: hitch testing framework bdd tdd declarative tests testing service django celery python
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Classifier: Environment :: Console
Classifier: Operating System :: Unix
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
