Skip to main content

pytest-bisect-tests

Sometimes one test can affect the execution of another test. This simple script tries to find the offender.

Example:

# faulty_test.py
a = 1

def test_faulty() -> None:
    global a
    a = 2

def test_failing() -> None:
    assert a == 1


$ pytest-bisect-tests --failing-test "faulty_test.py::test_failing"
Checking if the test fails on its own.
Running 1 tests.
Trying to find the faulty test.
Running 2 tests.
Faulty test: faulty_test.py::test_faulty

Installation

$ pip install pytest-bisect-tests

Usage

$ pytest-bisect-tests --failing-test "<identifier of the test as pytest shows them with -v>"

Additional arguments:

$ pytest-bisect-tests --help
usage: pytest-bisect-tests [-h] --failing-test FAILING_TEST [--run-options RUN_OPTIONS] [--collect-options COLLECT_OPTIONS] [--stdout]

options:
  -h, --help            show this help message and exit
  --failing-test FAILING_TEST
                        REQUIRED. The identifier of the test, as shown by pytest -v.
  --run-options RUN_OPTIONS
                        Arguments that will be passed directly to pytest. A single string.
  --collect-options COLLECT_OPTIONS
                        Arguments that will be passed to pytest during tests collection. A single string.
                        This is useful when, for example, you have a test grouping plugin that affects the tests run.
  --stdout              If passed, pytest output will be shown.

Alternatives

detect-test-pollution, an alternative package with similar functionality. Lacks passing pytest run and collect options or showing the output from pytest. It also doesn't support pytest plugins that alter how tests are collected (like pytest-test-groups).

Download files

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

Source Distribution

pytest-bisect-tests-0.0.2.tar.gz (4.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pytest_bisect_tests-0.0.2-py3-none-any.whl (6.1 kB view details)

Uploaded Python 3

File details

Details for the file pytest-bisect-tests-0.0.2.tar.gz.

File metadata

  • Download URL: pytest-bisect-tests-0.0.2.tar.gz
  • Upload date:
  • Size: 4.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.12

File hashes

Hashes for pytest-bisect-tests-0.0.2.tar.gz
Algorithm Hash digest
SHA256 eff4c7ea745734f98c091b48bae52cac2291884d8600d0c457f8704b7f40cd6a
MD5 7f487338964feb03261ea46574975fee
BLAKE2b-256 5c3b56454a209915a34927a3d0359fd064301c0b4c42156138b6d70091001626

See more details on using hashes here.

File details

Details for the file pytest_bisect_tests-0.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for pytest_bisect_tests-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 d90396a664c3219608d583054d018a72892e82336196b1131e69e147cf4ff5d7
MD5 a69e2a59e682914b6a80360efbb60f4f
BLAKE2b-256 bbcbe1f2b0f3f923e8a61ea27e9fa5f9c738f60ef5765c0f9b5c91f322333f27

See more details on using hashes here.

Release history Release notifications | RSS feed

0.3.0

2 files

0.2.0

2 files

0.1.0

2 files

0.0.3

2 files

This release

0.0.2 This release

2 files

0.0.1

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page