Metadata-Version: 1.1
Name: hitchredis
Version: 0.4.6
Summary: Plugin to run Redis using the Hitch testing framework.
Home-page: https://hitchtest.readthedocs.org/
Author: Colm O'Connor
Author-email: colm.oconnor.github@gmail.com
License: AGPL
Description: HitchRedis
        ==========
        
        HitchRedis is a plugin for the Hitch testing framework that lets you run and
        interact with Redis during your integration tests.
        
        
        Use
        ===
        
        See: https://hitchtest.readthedocs.org/en/latest/api/redis.html
        
        
        Features
        ========
        
        * Starts up on a separate thread in parallel with other services when running with HitchServe_, so that your integration tests run faster.
        * Contains subcommand to interact with the CLI.
        * Run the server on whichever port you like.
        * Version must be set explicitly to prevent "works on my machine" screw ups caused by different versions of Redis being installed.
        
        
        .. _HitchServe: https://github.com/hitchtest/hitchserve
        .. _DjangoRemindMe: https://github.com/hitchtest/django-remindme
        
Keywords: hitch testing framework bdd tdd declarative tests testing redis
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: Operating System :: Unix
Classifier: Topic :: Utilities
Classifier: Environment :: Console
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
