A pytest module for very basic statistical tests. Repeat test multiple times and pass if the underlying test passes a threshold.
Project description
Introduction
This is a statistical unit testing plugin for pytest. It repeats tests and pass if the underlying test passes a number of times out of a total, or it passes by rejecting the null hypothesis of a one-sided proportion test.
Purpose
I want to leverage pytest for model evaluation in a way that can be readily incorporated into CI/CD flows.
The Case For Statistical Unit Testing
Originally, unit testing was expected to be completely deterministeic. That was because computer programs behaved completely deterministically. More recently, computer programs started incoprating staitsical procedures. First starting with data science algrothims such as recommendation engines, and more recently with LLMs, computer outputs are random varaibles.
Staitiscal testing is not new. In manufacturing, statistical testing is incorporated as part of QA processes for decased. It is time, as of Dec 2025, to incorporate statiscal testing.
(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
Basic Usage
@pytest.mark.repeated(times=4, threshold=2)
def test_example_random():
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.
This is the test that is easiest to explain to stakeholders.
Statistical Usage
@pytest.mark.repeated(null=.9, ci=0.95, n=200)
def test_example_random():
import random
assert random.choice([True, False]) # may pass or fail
For those of us with frequentist background, this is a statistical test.
Our null hypothesis is that the underlying test will fail at most 90% of the time, set by the kwarg null.
We would like to reject this null hypothesis with a .95 level of confidence, so we set the kwarcg ci to .95.
If this test passes, that means that the underlying (decorated) test (test_example_random) is likely to pass 90% of the time with a .95 level of confidence.
If this sounds like a mouthful, it is, that is just frequentist statistics.
Rejecting a null is a roundabout way of expressing our level of confidence in a world of uncertainty, but it is a well-established and objective way.
🛠️ 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.)
- Clone the repo.
- Branch out.
- Open in "devcontainer" on VS Code and start developing. Run
pytestunderteststo test. - Akternatively, if you are a fan of Test-Driven Development like me, you can run the tests without getting on a container.
.vscode/tasks.jsonhas 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
- When satisfied, push and open a PR. The pipeline will publish automatically when your PR is merged.
Future Plans
- Optimized testing - stop conditions.
- Sequential testing.
- Ability to set the seed.
- Report and fail on speed
- A Bayesian test with a prior and desired posterior
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pytest_repeated-0.2.4.dev202511300249.tar.gz.
File metadata
- Download URL: pytest_repeated-0.2.4.dev202511300249.tar.gz
- Upload date:
- Size: 12.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4d7f701993e0fce09d04e46e82ac4fd048c32339b3b3b4f1bf2cbd9cf3f0d1ae
|
|
| MD5 |
c81c76126e9df49b9f48600692aa4c09
|
|
| BLAKE2b-256 |
bc888ba084e93f0b5dc913a1e1c15e1be1bb15d864f5e416c59a2bff91990811
|
Provenance
The following attestation bundles were made for pytest_repeated-0.2.4.dev202511300249.tar.gz:
Publisher:
cicd.yaml on sinan-ozel/pytest-repeated
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pytest_repeated-0.2.4.dev202511300249.tar.gz -
Subject digest:
4d7f701993e0fce09d04e46e82ac4fd048c32339b3b3b4f1bf2cbd9cf3f0d1ae - Sigstore transparency entry: 731823693
- Sigstore integration time:
-
Permalink:
sinan-ozel/pytest-repeated@7ecba90f797e30f33400d25beed14fd7e9b16381 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sinan-ozel
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
cicd.yaml@7ecba90f797e30f33400d25beed14fd7e9b16381 -
Trigger Event:
push
-
Statement type:
File details
Details for the file pytest_repeated-0.2.4.dev202511300249-py3-none-any.whl.
File metadata
- Download URL: pytest_repeated-0.2.4.dev202511300249-py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2a4e6a231fdfdc4f97263f15f475d6d4fa2748ccba86896e9e8fd41375121b0a
|
|
| MD5 |
c0f919570fefb0c6824f610f2f9fd646
|
|
| BLAKE2b-256 |
306ff840a38f7f8bd681d31eb50ec0005b0b1a1455ee733e36f7620e89836a5b
|
Provenance
The following attestation bundles were made for pytest_repeated-0.2.4.dev202511300249-py3-none-any.whl:
Publisher:
cicd.yaml on sinan-ozel/pytest-repeated
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pytest_repeated-0.2.4.dev202511300249-py3-none-any.whl -
Subject digest:
2a4e6a231fdfdc4f97263f15f475d6d4fa2748ccba86896e9e8fd41375121b0a - Sigstore transparency entry: 731823697
- Sigstore integration time:
-
Permalink:
sinan-ozel/pytest-repeated@7ecba90f797e30f33400d25beed14fd7e9b16381 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/sinan-ozel
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
cicd.yaml@7ecba90f797e30f33400d25beed14fd7e9b16381 -
Trigger Event:
push
-
Statement type: