Metadata-Version: 1.1
Name: pytest-diffeo
Version: 0.1.8
Summary: Common py.test support for Diffeo packages
Home-page: https://github.com/diffeo/pytest-diffeo
Author: Diffeo, Inc.
Author-email: support@diffeo.com
License: MIT/X11 license http://opensource.org/licenses/MIT
Description: pytest-diffeo
        =============
        
        Common py.test support for Diffeo tests.
        
        If this package is installed, then you can run ``py.test`` with additional
        command-line arguments ``--runperf``, ``--runslow``, ``-runload``, or ``-run-integration``.
        Tests marked with ``@pytest.mark.performance``, ``@pytest.mark.slow``,
        ``@pytest.mark.load``, and ``pytest.mark.integration`` respectively, will not
        be run unless the corresponding command-line option is present.
        
        This package also provides a ``redis_address`` fixture to get the
        location of an external Redis installation.  This must be provided via
        a ``--redis-address`` command-line argument.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
