Skip to main content

Pytest plugin to restrict the test types allowed

Project description

https://img.shields.io/travis/adamchainz/pytest-restrict.svg https://img.shields.io/pypi/v/pytest-restrict.svg https://img.shields.io/badge/code%20style-black-000000.svg

Pytest plugin to restrict the test types allowed.

Features

This plugin allows you to restrict the test types allowed to ensure they inherit from one of a given list of classes. You might need this on large projects where you have custom test classes that developers might forget about.

About

I developed this feature in a closed source Nose plugin whilst working on the big Django project at YPlan. We had some custom enhancements and fixes on top of the Django test classes, but developers sometimes forgot about using them and instead used the built-in unittest classes, or the plain Django ones. Our solution was to just make the test runner blow up if it encountered non-whitelisted test types. This is a Pytest port of that plugin.

Installation

Install from pip with:

pip install pytest-restrict

Python 3.5 to 3.8 supported.

Usage

Pytest will automatically find the plugin and use it when you run pytest, however by default there are no restrictions. To restrict the test types, provide --restrict-types as a comma-separated list of import paths to allowable test case base classes, for example:

# Allow only test cases that inherit from Django
pytest --restrict-types django.test.TestCase,django.test.SimpleTestCase

If you wish to allow function tests and other non-class test types (e.g. doctests), provide the special string ‘None’, for example:

# Allow function tests and our custom tests
pytest --restrict-types None,myproject.test.TestCase

History

3.1.0 (2019-12-19)

  • Update Python support to 3.5-3.8, as 3.4 has reached its end of life.

  • Converted setuptools metadata to configuration file. This meant removing the __version__ attribute from the package. If you want to inspect the installed version, use importlib.metadata.version("pytest-restrict") (docs / backport).

3.0.0 (2018-02-28)

  • Drop Python 2 support, only Python 3.4+ is supported now.

2.0.0 (2016-04-29)

  • Changed the format of --restrict-types to take a comma-separated list of import paths rather than space separated, which fixes the parsing of e.g. py.test --restrict-types my.TestCase run/these/test_files.py.

1.0.0 (2016-04-17)

  • First release on PyPI

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-restrict-3.1.0.tar.gz (5.4 kB view details)

Uploaded Source

Built Distribution

pytest_restrict-3.1.0-py3-none-any.whl (4.7 kB view details)

Uploaded Python 3

File details

Details for the file pytest-restrict-3.1.0.tar.gz.

File metadata

  • Download URL: pytest-restrict-3.1.0.tar.gz
  • Upload date:
  • Size: 5.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.5

File hashes

Hashes for pytest-restrict-3.1.0.tar.gz
Algorithm Hash digest
SHA256 6cf1b7f9cf0ad79c0a1167b2f77acbe0ff897b01ef63f680bf13145c4ea9ae08
MD5 039c03db5ba8b66d9259c5fee750e644
BLAKE2b-256 0496251518512779271bc7456779d776d40026e138e65fbb02e570fe4542f233

See more details on using hashes here.

File details

Details for the file pytest_restrict-3.1.0-py3-none-any.whl.

File metadata

  • Download URL: pytest_restrict-3.1.0-py3-none-any.whl
  • Upload date:
  • Size: 4.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.5

File hashes

Hashes for pytest_restrict-3.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d34587de16dbf36bbd6751b5c84fd16308d87de4332f03c8c3cff137cde7a574
MD5 30e210e24a2116c29af3ac989d443aea
BLAKE2b-256 9831394e33a699310e45ddd0fbc488990644710052b7fcec06cdccf6e235cdfc

See more details on using hashes here.

Supported by

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