Skip to main content

Meta-package containing dependencies for testing

Project description

Zenodo DOI

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.

This package also provides pytest markers for cpu and memory intensive tests (pytest.mark.slow and pytest.mark.hugemem). Tests marked with those markers are not run by default, can be run with the other tests with --run-slow and --run-hugemem, and can be run separately with -m slow and -n hugemem.

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-mock, a thin-wrapper around the mock package for easier use with pytest.

  • pytest-cov, a pytest plugin to measure test coverage.

  • 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pytest-astropy-0.10.0.tar.gz (6.1 kB view details)

Uploaded Source

Built Distribution

pytest_astropy-0.10.0-py3-none-any.whl (5.1 kB view details)

Uploaded Python 3

File details

Details for the file pytest-astropy-0.10.0.tar.gz.

File metadata

  • Download URL: pytest-astropy-0.10.0.tar.gz
  • Upload date:
  • Size: 6.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for pytest-astropy-0.10.0.tar.gz
Algorithm Hash digest
SHA256 85e3c66ceede4ce668f473b3cf377fcb2aa3c48e24f28aaa377ae86004cce211
MD5 23eafccddbeffaef5c0701e42f8fb048
BLAKE2b-256 7cff7eaad84f83383efef7b86883228334273bf6ab6c286b2f6c086140189976

See more details on using hashes here.

Provenance

File details

Details for the file pytest_astropy-0.10.0-py3-none-any.whl.

File metadata

File hashes

Hashes for pytest_astropy-0.10.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0b046ddeaa9e61356bd121d91f86e8b745f00b8f7cec41fc9d9502770bf17926
MD5 139997c45ab71c2d7e3daea23f6d807f
BLAKE2b-256 dae0fd2bab9dcf0a2e8103a76b4b365cd75b92937fbc39c64aeed7db1bc8fa3f

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page