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.
The package also provides the short option -R for --remote-data.
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-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-mock, a thin-wrapper around the mock package for easier use with pytest.
pytest-cov, a pytest plugin to measure test coverage.
pytest-skip-slow, a pytest plugin to mark tests as slow or memory intensive, and skip them by default.
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.
Release files for pytest-astropy 0.12.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pytest_astropy-0.12.0.tar.gz | 7.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pytest_astropy-0.12.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 11.8 kB
Release files / pytest_astropy-0.12.0.tar.gz
| Download URL | pytest_astropy-0.12.0.tar.gz |
|---|---|
| Size | 7.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0bdff1fa67a7856ec899c6f7810a86911253d76201a30822d7e4ef14b671bdc0
|
|
BLAKE2b-256 checksum How to use checksums |
47b1586ef2bfa1b16a00c8811045176530c3a35d93b0509f7a1645b30107765d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|
Release files / pytest_astropy-0.12.0-py3-none-any.whl
| Download URL | pytest_astropy-0.12.0-py3-none-any.whl |
|---|---|
| Size | 4.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
65b09c2c3e3378626214ed01dc298d501258bfd16c20bea17c777278438ee241
|
|
BLAKE2b-256 checksum How to use checksums |
754acc3f82ff76c5f69a67b3452709e9f0428f89af88df6eb99f796003bc1c41
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.13
|