Meta-package containing dependencies for testing
Project description
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.
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
hypothesis, a Python library for property based testing.
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.
License
This package is licensed under a 3-clause BSD style license - see the LICENSE.rst file.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for pytest_astropy-0.7.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4a2d92abf06f88ea4738f6f90ccc73d472d16d8cf41b31b09e0c616cb13a737b |
|
MD5 | 4197ba5be88be3cce1d28ef4e9e3d7bb |
|
BLAKE2b-256 | ab0f90ad3af438888bf5871363eed97cc85f15ae98f9fac6f5117694365be70c |