Skip to main content

A pytest module for very basic statistical tests. Repeat test multiple times and pass if the underlying test passes a threshold.

Project description

Tests & Lint PyPI PyPI - Downloads License

Introduction

Pytest plugin to repeat tests and pass if the test passes a number of times out of a total.

Purpose

I want to leverage pytest for model evaluation in a way that can be readily incorporated into CI/CD flows.

(Also consider giving pytest-repeat a look - I wrote pytest-repeated for statistical testing, as in, there are situations where one or two failures out of a hundred is acceptable.)

Installation

pip install pytest-repeated

🚀 Usage Example

@pytest.mark.repeated(times=4, threshold=2)
def test_example_fail_once():
    import random
    assert random.choice([True, False])  # may pass or fail

This test will run four times and pass if we get True in at least two of the four iterations.

🛠️ Development

The only requirement is 🐳 Docker. (The .devcontainer and tasks.json are prepared assuming a *nix system, but if you know the commands, this will work on Windows, too.)

  1. Clone the repo.
  2. Branch out.
  3. Open in "devcontainer" on VS Code and start developing. Run pytest under tests to test.
  4. Akternatively, if you are a fan of Test-Driven Development like me, you can run the tests without getting on a container. .vscode/tasks.json has the command to do so, but it's also listed here:
docker compose -f tests/docker-compose.yaml up --build --abort-on-container-exit --exit-code-from test
  1. When satisfied, push and open a PR. The pipeline will publish automatically when your PR is merged.

Future Plans

  • Better statistical measures
  • Optimized testing - stop conditions.
  • Sequential testing.
  • Ability to set the seed.
  • Report and fail on speed

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_repeated-0.2.3.dev202511262212.tar.gz (7.0 kB view details)

Uploaded Source

Built Distribution

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

File details

Details for the file pytest_repeated-0.2.3.dev202511262212.tar.gz.

File metadata

File hashes

Hashes for pytest_repeated-0.2.3.dev202511262212.tar.gz
Algorithm Hash digest
SHA256 b31b73037f0db04785e9166757fbbfea12a7de1049625cc15d82c8331300dfbe
MD5 c980f03cd9bcb31fade96517fb1d5da5
BLAKE2b-256 5eab4129616412cd13bb3eac6d3836098b1ba787f0063a86fcc806b8edb0f908

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytest_repeated-0.2.3.dev202511262212.tar.gz:

Publisher: cicd.yaml on sinan-ozel/pytest-repeated

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pytest_repeated-0.2.3.dev202511262212-py3-none-any.whl.

File metadata

File hashes

Hashes for pytest_repeated-0.2.3.dev202511262212-py3-none-any.whl
Algorithm Hash digest
SHA256 f7ef47027d7762e1ff4da61c7ee0ce6f25ed0ddca915e03972b67909bca8ea8c
MD5 f3a63aa1dd8d32206f10dcc7c32890e0
BLAKE2b-256 31897d6671cb9043db65b76739f32ba9327f3221f625442907379a7b62c11dea

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytest_repeated-0.2.3.dev202511262212-py3-none-any.whl:

Publisher: cicd.yaml on sinan-ozel/pytest-repeated

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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