Skip to main content

No project description provided

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.

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.1.tar.gz (6.3 kB view details)

Uploaded Source

Built Distribution

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

pytest_repeated-0.2.1-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

File details

Details for the file pytest_repeated-0.2.1.tar.gz.

File metadata

  • Download URL: pytest_repeated-0.2.1.tar.gz
  • Upload date:
  • Size: 6.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pytest_repeated-0.2.1.tar.gz
Algorithm Hash digest
SHA256 82adbb847386adeecc8382b431bec92c37a5d3530010095a0127a478dd1aa6b3
MD5 569cc65c3394cbed874f7ce205ac7250
BLAKE2b-256 26a51670b1e63a22eff045c108c93aa0810ffc8632cc79c0f9cd2efa91f2d1b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytest_repeated-0.2.1.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.1-py3-none-any.whl.

File metadata

File hashes

Hashes for pytest_repeated-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 8fbc82da61a85650b338299c7087324fb1471d4188908cf3c41f3ad019106eaa
MD5 7553973989c33333a5398a87576ffdc3
BLAKE2b-256 878cc69c0a9af3aa9206b9dcd3a4372621a2d158760d8acd4bb3e81ea1b41a5a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytest_repeated-0.2.1-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