Skip to main content

A pytest plugin to list unused fixtures after a test run.

Project description

pytest-unused-fixtures

A pytest plugin to list unused fixtures after a test run.

The plugin watches all fixtures which are used in a test run, and then compares it to all the fixtures available in the same test collection. It then prints out all the fixtures which were not used, groupped by where they were defined.

Running the tests is required to accurately record which fixtures are used, as pytest provides ways of dynamically requesting fixtures, and pure static analysis will not catch those.

Installation

$ pip install pytest-unused-fixtures

Usage

After installing the package, the plugin is enabled by adding the switch --unused-fixtures.

Paths of fixtures can be ignored with one or multiple --unused-fixtures-ignore-path arguments. For example --unused-fixtures-ignore-path=venv will ignore all fixtures defined in the venv folder.

Ignoring specific fixtures from report

Sometimes there will be fixture which are unused on purpose, for example when used in tests which are skipped by default. A decorator is provided for ignoring fixtures from the unused report. See the example for usage:

import pytest
from pytest_unused_fixtures import ignore_unused_fixture

@pytest.fixture
@ignore_unused_fixture
def ignored_fixture():
    pass

Development

Poetry (dependencies) and pre-commit (coding standards) are required for development. There are some tests, obviously written in pytest.

$ poetry install
$ pre-commit install
$ pytest tests

Thanks

Many thanks to

Changelog

0.1.2 (Jun 15, 2023)

  • Fix typo, add repository to PyPI
  • Update location handling with respect to showing fixture locations and ignoring paths

0.1.1 (Jun 14, 2023)

  • Fix location handling
  • Add decorator for ignoring fixtures from report

0.1.0 (Jun 14, 2023)

  • First Release

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_unused_fixtures-0.1.2.tar.gz (5.6 kB view details)

Uploaded Source

Built Distribution

pytest_unused_fixtures-0.1.2-py3-none-any.whl (7.5 kB view details)

Uploaded Python 3

File details

Details for the file pytest_unused_fixtures-0.1.2.tar.gz.

File metadata

  • Download URL: pytest_unused_fixtures-0.1.2.tar.gz
  • Upload date:
  • Size: 5.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.5.0 CPython/3.10.11 Linux/6.3.6-100.fc37.x86_64

File hashes

Hashes for pytest_unused_fixtures-0.1.2.tar.gz
Algorithm Hash digest
SHA256 90a8ec9ca5a5d5d0877275945d9808d1b4e2daa8b8f5bd09bee84279d1a70799
MD5 fbf7cf3d6bc8dd48e73d29656a9583f8
BLAKE2b-256 c92afa12737984a42842b849ea969acc6ae4b0ae6d78d0bd39d7a4eeba06df2e

See more details on using hashes here.

Provenance

File details

Details for the file pytest_unused_fixtures-0.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for pytest_unused_fixtures-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 71208f4025d03a1c56820e4fdc946b1fde84cb34d32b586552c3447326c7c407
MD5 e69b386b63a8b8003ead5b9dd29ea9ce
BLAKE2b-256 df1420565bc073f68530792b41f642e33fcee2af27d55f9b2db67f194084791e

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