Metadata-Version: 1.2
Name: pytest-astropy
Version: 0.8.0
Summary: Meta-package containing dependencies for testing
Home-page: https://github.com/astropy/pytest-astropy
Author: The Astropy Developers
Author-email: astropy.team@gmail.com
License: BSD
Description: ==============
        pytest-astropy
        ==============
        
        This is a meta-package that pulls in the dependencies that are used by
        `astropy`_ and some `affiliated packages`_ for testing. It can also be used for
        testing packages that are not affiliated with the Astropy project.
        
        .. _astropy: https://docs.astropy.org/en/latest/
        .. _affiliated packages: https://astropy.org/affiliated
        
        Dependencies
        ------------
        
        The following dependencies are installed by this package:
        
        * The `pytest`_ testing framework for Python
        * `pytest-astropy-header`_, a ``pytest`` plugin used for custom test header
        * `pytest-remotedata`_, a ``pytest`` plugin used for controlling access to data
          files hosted online
        * `pytest-doctestplus`_, a ``pytest`` plugin that provides advanced features
          for testing example code in documentation
        * `pytest-openfiles`_, a ``pytest`` plugin for detecting file handles that were
          inadvertently left open at the end of unit tests
        * `pytest-arraydiff`_, a ``pytest`` plugin that enables the generation and
          comparison of data arrays produced during unit tests
        * `pytest-filter-subpackage`_, a ``pytest`` plugin that adds a ``-P`` option to
          pytest to filter by sub-package.
        * `pytest-cov`_, a ``pytest`` plugin to measure test coverage.
        * `hypothesis`_, a Python library for property based testing.
        
        .. _pytest: https://doc.pytest.org
        .. _pytest-astropy-header: https://github.com/astropy/pytest-astropy-header
        .. _pytest-remotedata: https://github.com/astropy/pytest-remotedata
        .. _pytest-doctestplus: https://github.com/astropy/pytest-doctestplus
        .. _pytest-openfiles: https://github.com/astropy/pytest-openfiles
        .. _pytest-arraydiff: https://github.com/astropy/pytest-arraydiff
        .. _pytest-filter-subpackage: https://github.com/astropy/pytest-filter-subpackage
        .. _pytest-cov: https://github.com/pytest-dev/pytest-cov
        .. _hypothesis: https://hypothesis.readthedocs.io
        
        Installation
        ------------
        
        The ``pytest-astropy`` plugin can be installed using ``pip``::
        
            $ pip install pytest-astropy
        
        It is also possible to install the latest development version from the source
        repository::
        
            $ git clone https://github.com/astropy/pytest-astropy
            $ cd pytest-astropy
            $ python ./setup.py install
        
        In either case, the plugin will automatically be registered for use with
        ``pytest``.
        
        Development Status
        ------------------
        
        Questions, bug reports, and feature requests can be submitted on `github`_.
        
        .. _github: https://github.com/astropy/pytest-astropy
        
        License
        -------
        This package is licensed under a 3-clause BSD style license - see the
        ``LICENSE.rst`` file.
        
Keywords: pytest,remotedata,openfiles,doctestplus,hypothesis,property-based testing
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Pytest
Classifier: Framework :: Hypothesis
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Utilities
Requires-Python: >=3.6
