Skip to main content

A 100% pytest-compatible test runner written in Python + Rust, optimized for speed

Project description

oxytest

Oxytest

A 100% pytest-compatible test runner written in Python + Rust via PyO3 and Maturin. Designed for speed in large codebases.

PyPI Python License

Why Oxytest?

pytest is great, but it can be slow for large projects. Oxytest is a drop-in replacement that is 10-100x faster at test discovery and supports parallel execution out of the box.

Feature pytest oxytest
Discovery Import-based (slow) AST-based (fast)
Parallel Requires pytest-xdist Built-in (Rayon)
Language Python Python + Rust
Drop-in compatible 100%

Quick Start

# Install
pip install oxytest

# Run tests (no changes needed!)
oxytest

# Use as pytest replacement
python -c "import oxytest as pytest; pytest.main()"

Usage

# Run all tests in current directory
oxytest

# Run with parallel execution (auto-detect CPU count)
oxytest -n auto

# Verbose output
oxytest -v

# Stop on first failure
oxytest -x

# Filter by keyword
oxytest -k "user or math"

Python API

import oxytest as pytest

# All standard pytest API is available
pytest.main(["-v", "tests/"])

assert 0.1 + 0.2 == pytest.approx(0.3)

with pytest.raises(ValueError):
    int("not a number")

@pytest.fixture
def data():
    return {"key": "value"}

@pytest.mark.parametrize("x,expected", [(1, 2), (3, 6)])
def test_double(x, expected):
    assert x * 2 == expected

Benchmarks

Suite Size pytest oxytest (parallel) Speedup
100 tests 0.5s 0.2s 2.5x
1,000 tests 3s 0.8s 3.75x
10,000 tests 30s 6s 5x
100,000 tests 5min 45s 6.7x

Documentation

Development

# Clone
git clone https://github.com/rroblf01/oxytest
cd oxytest

# Install dependencies
uv sync

# Build the Rust extension
uv pip install -e .

# Run tests
oxytest tests/

License

MIT

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

oxytest-0.1.0.tar.gz (74.6 kB view details)

Uploaded Source

Built Distributions

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

oxytest-0.1.0-cp314-cp314-win_amd64.whl (248.1 kB view details)

Uploaded CPython 3.14Windows x86-64

oxytest-0.1.0-cp314-cp314-manylinux_2_28_x86_64.whl (412.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

oxytest-0.1.0-cp314-cp314-manylinux_2_28_aarch64.whl (408.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

oxytest-0.1.0-cp314-cp314-macosx_11_0_arm64.whl (362.8 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

oxytest-0.1.0-cp314-cp314-macosx_10_12_x86_64.whl (375.3 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

oxytest-0.1.0-cp313-cp313-win_amd64.whl (247.5 kB view details)

Uploaded CPython 3.13Windows x86-64

oxytest-0.1.0-cp313-cp313-manylinux_2_28_x86_64.whl (410.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

oxytest-0.1.0-cp313-cp313-manylinux_2_28_aarch64.whl (406.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

oxytest-0.1.0-cp313-cp313-macosx_11_0_arm64.whl (361.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

oxytest-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl (374.5 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

oxytest-0.1.0-cp312-cp312-win_amd64.whl (248.3 kB view details)

Uploaded CPython 3.12Windows x86-64

oxytest-0.1.0-cp312-cp312-manylinux_2_28_x86_64.whl (411.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

oxytest-0.1.0-cp312-cp312-manylinux_2_28_aarch64.whl (406.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

oxytest-0.1.0-cp312-cp312-macosx_11_0_arm64.whl (362.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

oxytest-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl (375.1 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

oxytest-0.1.0-cp311-cp311-win_amd64.whl (250.4 kB view details)

Uploaded CPython 3.11Windows x86-64

oxytest-0.1.0-cp311-cp311-manylinux_2_28_x86_64.whl (415.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

oxytest-0.1.0-cp311-cp311-manylinux_2_28_aarch64.whl (411.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

oxytest-0.1.0-cp311-cp311-macosx_11_0_arm64.whl (365.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

oxytest-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl (374.6 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

oxytest-0.1.0-cp310-cp310-win_amd64.whl (250.9 kB view details)

Uploaded CPython 3.10Windows x86-64

oxytest-0.1.0-cp310-cp310-manylinux_2_28_x86_64.whl (416.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

oxytest-0.1.0-cp310-cp310-manylinux_2_28_aarch64.whl (412.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

oxytest-0.1.0-cp310-cp310-macosx_11_0_arm64.whl (367.1 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

oxytest-0.1.0-cp310-cp310-macosx_10_12_x86_64.whl (375.5 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

File details

Details for the file oxytest-0.1.0.tar.gz.

File metadata

  • Download URL: oxytest-0.1.0.tar.gz
  • Upload date:
  • Size: 74.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for oxytest-0.1.0.tar.gz
Algorithm Hash digest
SHA256 30c4b1d64127c97cfabb17754772435d8269c2ee8ee6c6eb6badc3b86fdf9042
MD5 b96aa503d07f2660df4119651157c199
BLAKE2b-256 542a9c0525e31a93405a92e6fd3f7b4805892205f8ec6e5059ca9dd8c007ea80

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxytest-0.1.0.tar.gz:

Publisher: publish.yml on rroblf01/oxytest

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

File details

Details for the file oxytest-0.1.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: oxytest-0.1.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 248.1 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for oxytest-0.1.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 7179697454ba626ddfd7d4ead59607ded7b29e63a736bc489b58133a5daa53a3
MD5 30d58c438bb6e971a46ab1da4cccd756
BLAKE2b-256 cc032e2810f37144d51dfa15fd349316c1b9304a1a2666455abf3ce6a4e18296

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxytest-0.1.0-cp314-cp314-win_amd64.whl:

Publisher: publish.yml on rroblf01/oxytest

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

File details

Details for the file oxytest-0.1.0-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for oxytest-0.1.0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a47d29221fac12081dd4b186c12e652d24a34d8178be328c52351598eb885a86
MD5 860435ab897b8ff6c103cd4b53c97e88
BLAKE2b-256 7073e2cd47c2c2d5436eedbd55d19474e40b7c4b53d641ca84c2349ed97f0e0e

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxytest-0.1.0-cp314-cp314-manylinux_2_28_x86_64.whl:

Publisher: publish.yml on rroblf01/oxytest

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

File details

Details for the file oxytest-0.1.0-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for oxytest-0.1.0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b8ec0b6e5d80288b846d82cf79a3adc5a5142c6b72f1b9660b159cd2c7b3c8c1
MD5 d059208f5ea183e4ae607f60e9c13b64
BLAKE2b-256 18ea25c04640a9a4d5ecef9d638ec0570f976785c80abf565ee613f303d3d7b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxytest-0.1.0-cp314-cp314-manylinux_2_28_aarch64.whl:

Publisher: publish.yml on rroblf01/oxytest

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

File details

Details for the file oxytest-0.1.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for oxytest-0.1.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dd6b00df7e96ddfb04d4ed722fbcdfd1b6afd4502a3dd06902d77fd205289764
MD5 0ce8f573cac004d2873be3adaf185760
BLAKE2b-256 12f199e132a66db0c880c380997513d9aff1cf85e07a278b903bbf16bd5b7a64

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxytest-0.1.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: publish.yml on rroblf01/oxytest

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

File details

Details for the file oxytest-0.1.0-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for oxytest-0.1.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d88aee39a5f9aca06a841369ff22f0cb88c478fe5cfe0266c1385663fe725dc9
MD5 2aca0b3970db90c70b1b68d1947c64ae
BLAKE2b-256 69eb7770daf5ad22ede7dcb2475c0eb3fbb3e3d93bf1493d29be1ae5daf3d6ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxytest-0.1.0-cp314-cp314-macosx_10_12_x86_64.whl:

Publisher: publish.yml on rroblf01/oxytest

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

File details

Details for the file oxytest-0.1.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: oxytest-0.1.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 247.5 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for oxytest-0.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 8fe58f56c2f09e93b36ea56af12c40c3e7597474fe1d1be5608544974f6c33f7
MD5 95f30e87791f58568151e0b7e7635f5a
BLAKE2b-256 9be5ef17b34a57a6c195741eb1615cb7bb150ad5c10bef451b9a3ba663f49d98

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxytest-0.1.0-cp313-cp313-win_amd64.whl:

Publisher: publish.yml on rroblf01/oxytest

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

File details

Details for the file oxytest-0.1.0-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for oxytest-0.1.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f2cd9dcb9820cec50896c728e1f9743260de773a930287385fd80ea06b1cfaf8
MD5 ee3ef5faf9647dfd53aa29114771c626
BLAKE2b-256 fe9e1b381b2780684819ba2bdd78790f627280bb012d882b34c04e11d5a53207

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxytest-0.1.0-cp313-cp313-manylinux_2_28_x86_64.whl:

Publisher: publish.yml on rroblf01/oxytest

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

File details

Details for the file oxytest-0.1.0-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for oxytest-0.1.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3ef306293e8d33150a77913c9ba62997460c9c7b286b66ea334b05db3b9eb714
MD5 3c1df665baad3d9486dc87c647ae6c7e
BLAKE2b-256 68a84225fe6b29f3f47952157843c6e8a76dc93564bcc4f4c4658be6e2fed1f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxytest-0.1.0-cp313-cp313-manylinux_2_28_aarch64.whl:

Publisher: publish.yml on rroblf01/oxytest

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

File details

Details for the file oxytest-0.1.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for oxytest-0.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 297d64cde8778fa01db7e93a9bea5d85e1992404ded699e9aa7d33644527c4c8
MD5 56f0d3d4f59349521b362d9b13c30624
BLAKE2b-256 e1ec682a0381c8a6c1917269078a0ff4985f51a6a176c2b6dc08627b22032c2d

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxytest-0.1.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish.yml on rroblf01/oxytest

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

File details

Details for the file oxytest-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for oxytest-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 cb26f6bf12f95d3b6beed417ec7d02b9d094ebcb39a98f89003574c1b182f897
MD5 fefa650c0c230925eed4c1220bc161f4
BLAKE2b-256 2d81978ca1c540d5e54b7ce0ea98a63eb996a03d6d34d9c93d3a9538d5a400c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxytest-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: publish.yml on rroblf01/oxytest

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

File details

Details for the file oxytest-0.1.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: oxytest-0.1.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 248.3 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for oxytest-0.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f03f9dadf6ac5d7f8567cf3777c4cb11c3445ada77f7e337af5af335f45e14d6
MD5 d2b8d5a473f4aa7af1c4b1f5dd588825
BLAKE2b-256 de972728c5a5da259b37304a76f910d52a4a76b23ad938bb2651a91dc8ae613e

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxytest-0.1.0-cp312-cp312-win_amd64.whl:

Publisher: publish.yml on rroblf01/oxytest

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

File details

Details for the file oxytest-0.1.0-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for oxytest-0.1.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 058a182c5a956ae5725f89a7fa91902d0aca6f50471f94c254eece29d7096780
MD5 f7d8d633f4613863cb2b3730618f238e
BLAKE2b-256 b83e9017e6ed893421ca0e4ebfd745e5514b7536c12e43b77ae10138fcb2da5f

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxytest-0.1.0-cp312-cp312-manylinux_2_28_x86_64.whl:

Publisher: publish.yml on rroblf01/oxytest

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

File details

Details for the file oxytest-0.1.0-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for oxytest-0.1.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b4c1203b36e4044ff52aa6024bc3135199f2f863bfcd270dde82701f3552fead
MD5 4e7f61899ab3897a9ac462d4fe637443
BLAKE2b-256 b16ef4e3dabf916382e5ff7d8433b1d82b2b15abe90ec48bec763b7074009e04

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxytest-0.1.0-cp312-cp312-manylinux_2_28_aarch64.whl:

Publisher: publish.yml on rroblf01/oxytest

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

File details

Details for the file oxytest-0.1.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for oxytest-0.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1775346371782f348787db84174f8bbd6757fa67f1d007d700fb5d625d3ae1c2
MD5 394424b54e017cdb8fcf40ef39b4658c
BLAKE2b-256 920c33dbe8b50b85d1f8433a700aa0407bcfb2c322dffd246ddffb3dafbab8ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxytest-0.1.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish.yml on rroblf01/oxytest

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

File details

Details for the file oxytest-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for oxytest-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f1a98f60dffd0359923e701dda8079cbce7b051fd0c18007adec500a0cc1f785
MD5 a4b45d8f29fd0335b3767a88ceeaa224
BLAKE2b-256 20af24a4034caf2ff3faaa5b4d7e628de0155fc7d069079ed93f7a3182a595d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxytest-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: publish.yml on rroblf01/oxytest

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

File details

Details for the file oxytest-0.1.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: oxytest-0.1.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 250.4 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for oxytest-0.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5771c098b1e10e04fc08af8bc616b7584f4ff8ff97c6d789c0aeb92c3b7747da
MD5 7a2f92dbe24a90b0daae9644919d8ace
BLAKE2b-256 9a0031d844f60fb25f20c174deeae3b28e8de5aab1e5a8a41ff760994282d87f

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxytest-0.1.0-cp311-cp311-win_amd64.whl:

Publisher: publish.yml on rroblf01/oxytest

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

File details

Details for the file oxytest-0.1.0-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for oxytest-0.1.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 be27f1be604864dff12c368950744d5ee4e56baef6c826a19e26153bc401b1ae
MD5 9b8e3fc540b6adf2566f76b5b17509d2
BLAKE2b-256 656a940006d7b6ddd2bfabc6aa416e5d365a64fb500484c317cf5638a0df934a

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxytest-0.1.0-cp311-cp311-manylinux_2_28_x86_64.whl:

Publisher: publish.yml on rroblf01/oxytest

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

File details

Details for the file oxytest-0.1.0-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for oxytest-0.1.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e2acfddcfe016b1b8737b26ded97d7d1f2a94a0820963b633e6b5714a8f1af0e
MD5 f82de03f6584597c3fbb5a0a89c8c6cf
BLAKE2b-256 3efff5290fc6a70fdd886d094b6afe708aa0ee369acffb775da79bad92587e3b

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxytest-0.1.0-cp311-cp311-manylinux_2_28_aarch64.whl:

Publisher: publish.yml on rroblf01/oxytest

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

File details

Details for the file oxytest-0.1.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for oxytest-0.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 893a45fd487f1b639ca4d414cbb1eb7764021f36d175790b49960e9aae49e8d6
MD5 0578a1ba1e982421df3a0358f1952593
BLAKE2b-256 08a07405e556704ade2e5ab48024e9c8b050d0e9e9f31fc2bddd84e2f0dbe00e

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxytest-0.1.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish.yml on rroblf01/oxytest

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

File details

Details for the file oxytest-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for oxytest-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e43b05f2d4c6ebe5390e263aefa024fb4751aa6b081b97075e4366d737d24401
MD5 da50134a6fcc0a4a1d38b231b665756f
BLAKE2b-256 cb32b33457c7fb065147ba7a5257648475bd8948a7b96ec3f16a10bfa9ba3c4c

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxytest-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: publish.yml on rroblf01/oxytest

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

File details

Details for the file oxytest-0.1.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: oxytest-0.1.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 250.9 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for oxytest-0.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6740be7e2bbbc27a012ff924844e2ef7754e203213fbed727fbbf391248568b9
MD5 304f6d63bf8704186d2e2b2c58e7d566
BLAKE2b-256 872427f79ba8223a97ea0cdef747326bc8bd90e5ba3d21f2a0f4eed10180f6ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxytest-0.1.0-cp310-cp310-win_amd64.whl:

Publisher: publish.yml on rroblf01/oxytest

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

File details

Details for the file oxytest-0.1.0-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for oxytest-0.1.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b7e724026bc15b75e08caa29559662cc73cb306234a88a42ff689d088635e097
MD5 8bc19468b57d2f8c78ab37c207794c8a
BLAKE2b-256 6e1be93e5daba3d48218943e1ab782abdb55d7d8af48029d132e5a74676f43f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxytest-0.1.0-cp310-cp310-manylinux_2_28_x86_64.whl:

Publisher: publish.yml on rroblf01/oxytest

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

File details

Details for the file oxytest-0.1.0-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for oxytest-0.1.0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 46fca3fec4be3bd7708c63a191321dcd1b4b3c29e270d69f4fb44410dcddd6fd
MD5 4dbe9bd99150c4b21e073e992d69d660
BLAKE2b-256 ba47caf1ee838d6499a01d41d5365493e7c17e1ac9a79ad7e223cac2f9fa3bc9

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxytest-0.1.0-cp310-cp310-manylinux_2_28_aarch64.whl:

Publisher: publish.yml on rroblf01/oxytest

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

File details

Details for the file oxytest-0.1.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for oxytest-0.1.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 94b14d25b584cce87cc8eb7f7211ceb69285ceac5122b5e1e050e24d0bc919e9
MD5 79a9c42ed976a57ca32233b6a7250c26
BLAKE2b-256 675a70fb8b48d4862383fe60436bb84d5062c6385608eaf6118d04cd66628585

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxytest-0.1.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: publish.yml on rroblf01/oxytest

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

File details

Details for the file oxytest-0.1.0-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for oxytest-0.1.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 bf7849653536cd4966b1c50b661bc719d9431f1542d3c5775e71ea7e15086ce9
MD5 7e421ca2a5a2d48f3954848a639a72d3
BLAKE2b-256 3e13ce21f210fc6f6f9b7aacc4b67abae2a19f41f77a7fcc1e74f284ca1abf95

See more details on using hashes here.

Provenance

The following attestation bundles were made for oxytest-0.1.0-cp310-cp310-macosx_10_12_x86_64.whl:

Publisher: publish.yml on rroblf01/oxytest

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