Skip to main content

pytest-yaml-sanmu

pytest-yaml-sanmu is a plugin for pytest_ that considers YAML files as test case.

In this way, we can use markers, fixtures, variables, and even call Python functions in YAML.

For more information, please click here .

Require

python>=3.12
pytest>=8.2
pyyaml~=6.0
pyyaml-include~=1.3.1

Install

pip install pytest-yaml-sanmu

Config

# pytest.ini

[pytest]
# To execute YAML files starting with "test_"
yaml_run_case = true

Usage

1. Write tests

# test_api.yaml

name: fetch baidu # Each test case has a name
steps:                 # Each test case has multiple steps

  - request:           # steps 1: send request
      method: get
      url: https://www.baidu.com

  - response:          # steps 2: assert response
      status_code: 200
      text: "*baidu*"

2. Write Hook

# conftest.py

import requests
import responses_validator


def pytest_yaml_run_step(item):
    step = item.current_step
    request = step.get('request')
    response = step.get('response')

    if request:
        print(f'url={request["url"]}')
        item.resp = requests.request(**request)

    if response:
        responses_validator.validator(item.resp, **response)

    return True

3. Run pytest

(.venv) ~/pytest-yaml-demo>pytest
================== test session starts ==================
platform win32 -- Python 3.12.2, pytest-8.2.2, pluggy-1.5.0
rootdir: ~/pytest-yaml-demo
configfile: pytest.ini
plugins: allure-pytest-2.13.5, yaml-0.3.0.dev3
collected 1 item                                                                                 

test_api.yaml .                            [100%]

================== 1 passed in 0.22s ================== 

FeedBack

WeChat: python_sanmu

Article

Release files for pytest-yaml-sanmu 1.1.3

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Built distributions (wheels)

Table of built distributions (wheels) for pytest-yaml-sanmu 1.1.3
File
pytest_yaml_sanmu-1.1.3-cp314-cp314t-win_amd64.whl CPython 3.14 CPython 3.14 free-threading Windows x86-64 Details
pytest_yaml_sanmu-1.1.3-cp314-cp314t-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64 Details
pytest_yaml_sanmu-1.1.3-cp314-cp314t-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64 Details
pytest_yaml_sanmu-1.1.3-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64, Linux glibc 2.28+ x86-64 Details
pytest_yaml_sanmu-1.1.3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ ARM64, Linux glibc 2.17+ ARM64 Details
pytest_yaml_sanmu-1.1.3-cp314-cp314t-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64 Details
pytest_yaml_sanmu-1.1.3-cp314-cp314t-macosx_10_13_x86_64.whl CPython 3.14 CPython 3.14 free-threading macOS 10.13+ x86-64 Details
pytest_yaml_sanmu-1.1.3-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
pytest_yaml_sanmu-1.1.3-cp314-cp314-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ x86-64 Details
pytest_yaml_sanmu-1.1.3-cp314-cp314-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ ARM64 Details
pytest_yaml_sanmu-1.1.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ x86-64, Linux glibc 2.28+ x86-64 Details
pytest_yaml_sanmu-1.1.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ ARM64, Linux glibc 2.17+ ARM64 Details
pytest_yaml_sanmu-1.1.3-cp314-cp314-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 macOS 11.0+ ARM64 Details
pytest_yaml_sanmu-1.1.3-cp314-cp314-macosx_10_13_x86_64.whl CPython 3.14 CPython 3.14 macOS 10.13+ x86-64 Details
pytest_yaml_sanmu-1.1.3-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
pytest_yaml_sanmu-1.1.3-cp313-cp313-musllinux_1_2_x86_64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-64 Details
pytest_yaml_sanmu-1.1.3-cp313-cp313-musllinux_1_2_aarch64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ ARM64 Details
pytest_yaml_sanmu-1.1.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ x86-64, Linux glibc 2.28+ x86-64 Details
pytest_yaml_sanmu-1.1.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ ARM64, Linux glibc 2.28+ ARM64 Details
pytest_yaml_sanmu-1.1.3-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
pytest_yaml_sanmu-1.1.3-cp313-cp313-macosx_10_13_x86_64.whl CPython 3.13 CPython 3.13 macOS 10.13+ x86-64 Details
pytest_yaml_sanmu-1.1.3-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
pytest_yaml_sanmu-1.1.3-cp312-cp312-musllinux_1_2_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-64 Details
pytest_yaml_sanmu-1.1.3-cp312-cp312-musllinux_1_2_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ ARM64 Details
pytest_yaml_sanmu-1.1.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ x86-64, Linux glibc 2.28+ x86-64 Details
pytest_yaml_sanmu-1.1.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ ARM64, Linux glibc 2.17+ ARM64 Details
pytest_yaml_sanmu-1.1.3-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
pytest_yaml_sanmu-1.1.3-cp312-cp312-macosx_10_13_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.13+ x86-64 Details

Total release size: 29.9 MB

Release files / pytest_yaml_sanmu-1.1.3-cp314-cp314t-win_amd64.whl

Download URL pytest_yaml_sanmu-1.1.3-cp314-cp314t-win_amd64.whl
Size 298.1 kB
Tags CPython 3.14 CPython 3.14 free-threading Windows x86-64
SHA-256 checksum
How to use checksums
774effbd93831c28608d3cc03dc1a6037bfe994622916a69096228f5d249ec2f
BLAKE2b-256 checksum
How to use checksums
1f6cc01d294ccee9a2f42a932f8f07ad0a28d488a922a072c76a9b37c4d5783d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 16, 2025.

Transparency log

Release files / pytest_yaml_sanmu-1.1.3-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL pytest_yaml_sanmu-1.1.3-cp314-cp314t-musllinux_1_2_x86_64.whl
Size 1.8 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
f2e51a3d37984197410c3e4deb732aad7fb2c72e5fb8ad97723de8799c2ec8bb
BLAKE2b-256 checksum
How to use checksums
0808de49f3a2a2bc4b98121671584a68bfb3ca0171246a3604e7bbf445bdb6e7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 16, 2025.

Transparency log

Release files / pytest_yaml_sanmu-1.1.3-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL pytest_yaml_sanmu-1.1.3-cp314-cp314t-musllinux_1_2_aarch64.whl
Size 1.8 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
f677f65df3ebb3b1887997d508919add89e849427c4f32875c8a7531512d186e
BLAKE2b-256 checksum
How to use checksums
8336effac878de57418c5c3059525f25299313044760e9b670a6f66a1d5c866a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 16, 2025.

Transparency log

Release files / pytest_yaml_sanmu-1.1.3-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL pytest_yaml_sanmu-1.1.3-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 1.8 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
590f3e89f5a9da9b82fe034e50d8300e21db079ddd2739266d0fc777281ed694
BLAKE2b-256 checksum
How to use checksums
58e8ad7abccab7b1f305495549ef6e99d072c418c08243b9cd710bb64a7aed5b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 16, 2025.

Transparency log

Release files / pytest_yaml_sanmu-1.1.3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL pytest_yaml_sanmu-1.1.3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 1.9 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
f358aa627dab0757c04e5afd72b3b584d377c1245496aa29defec2197b7ccf37
BLAKE2b-256 checksum
How to use checksums
972302566c7f18ba7e3c19302164c3d6ff1c6a7528b0c298afcdf0d2ae5b27aa
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 16, 2025.

Transparency log

Release files / pytest_yaml_sanmu-1.1.3-cp314-cp314t-macosx_11_0_arm64.whl

Download URL pytest_yaml_sanmu-1.1.3-cp314-cp314t-macosx_11_0_arm64.whl
Size 278.6 kB
Tags CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
098662a7447f4c26f1badae16d4b679f72ca94650889e9f9fb6a1ee2ddd66d0f
BLAKE2b-256 checksum
How to use checksums
7b78386e5dd3d96e9ff1830a02b835b0c94b5a053a5265bf8be40644bd6f28a0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 16, 2025.

Transparency log

Release files / pytest_yaml_sanmu-1.1.3-cp314-cp314t-macosx_10_13_x86_64.whl

Download URL pytest_yaml_sanmu-1.1.3-cp314-cp314t-macosx_10_13_x86_64.whl
Size 283.3 kB
Tags CPython 3.14 CPython 3.14 free-threading macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
f9443a063c21b9187f84475cc99c8f807ceacf04b8f3b4319d98002150bcddfe
BLAKE2b-256 checksum
How to use checksums
742b3f40eb28347872cda628e434d09286778c6e557e8ba7b29aef761e8fc185
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 16, 2025.

Transparency log

Release files / pytest_yaml_sanmu-1.1.3-cp314-cp314-win_amd64.whl

Download URL pytest_yaml_sanmu-1.1.3-cp314-cp314-win_amd64.whl
Size 254.7 kB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
59b6433b4e69047944ff198b737c225f2c11a2fdf0c4e2f828d22b34108e8c01
BLAKE2b-256 checksum
How to use checksums
8039d0fb460b0f963a53f9d0441ec1def5440055502aba00b7a1a1f561dee402
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 16, 2025.

Transparency log

Release files / pytest_yaml_sanmu-1.1.3-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL pytest_yaml_sanmu-1.1.3-cp314-cp314-musllinux_1_2_x86_64.whl
Size 1.6 MB
Tags CPython 3.14 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
bef989deeccac4c1b2adb388c5900a980b60da4109ba20ef4f47820561d34963
BLAKE2b-256 checksum
How to use checksums
4a11d5c0d230391fdfa295bd88053f365541d2d1ecd4c4873d699731fc0f97d3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 16, 2025.

Transparency log

Release files / pytest_yaml_sanmu-1.1.3-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL pytest_yaml_sanmu-1.1.3-cp314-cp314-musllinux_1_2_aarch64.whl
Size 1.6 MB
Tags CPython 3.14 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
0f73bc6311549f4cb39d113193d377b833d32ef400ac9ab61ec14bf7c1dba597
BLAKE2b-256 checksum
How to use checksums
a0a7ce257ea3dfda2777c1e09c0a570a55a42b76bf642a4e37637e7f0292764d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 16, 2025.

Transparency log

Release files / pytest_yaml_sanmu-1.1.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL pytest_yaml_sanmu-1.1.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 1.6 MB
Tags CPython 3.14 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
7ddd0ed5f0432b6f2d9cb3338fbb51fee6fb4d10d22ced77751bd5b93e8c9c5a
BLAKE2b-256 checksum
How to use checksums
a53a512927c0d5c5aeaa568a9924da5e0c1647929313fe2bd63e0f02d7ba977a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 16, 2025.

Transparency log

Release files / pytest_yaml_sanmu-1.1.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL pytest_yaml_sanmu-1.1.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 1.6 MB
Tags CPython 3.14 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
d7a152eddcec5a4c3396c487ac1ef9db955be5d6ccc487a2cfbf92435d60024d
BLAKE2b-256 checksum
How to use checksums
ab6a7825d47e8101c7d3e70c712a1fbb32c267f26c971305345ef9d02e160e1d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 16, 2025.

Transparency log

Release files / pytest_yaml_sanmu-1.1.3-cp314-cp314-macosx_11_0_arm64.whl

Download URL pytest_yaml_sanmu-1.1.3-cp314-cp314-macosx_11_0_arm64.whl
Size 255.2 kB
Tags CPython 3.14 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
db147ec0039ae0856e51b51f8e86ffa77c86be39ec78ebb5dddc48ae64ca0aea
BLAKE2b-256 checksum
How to use checksums
7e68506b158814bf8155f0841640c66642e822dbd0a11a1835d42947c6f705f3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 16, 2025.

Transparency log

Release files / pytest_yaml_sanmu-1.1.3-cp314-cp314-macosx_10_13_x86_64.whl

Download URL pytest_yaml_sanmu-1.1.3-cp314-cp314-macosx_10_13_x86_64.whl
Size 263.3 kB
Tags CPython 3.14 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
080ba10e935cd6e3eef6d77d472c1b88b6999d6eb45c3c1fea90ee701a547b92
BLAKE2b-256 checksum
How to use checksums
b913b7f10e6df4d14db7ce63a1ec329f4b7dedf141d10407ef6ea44cbe9c56a0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 16, 2025.

Transparency log

Release files / pytest_yaml_sanmu-1.1.3-cp313-cp313-win_amd64.whl

Download URL pytest_yaml_sanmu-1.1.3-cp313-cp313-win_amd64.whl
Size 248.8 kB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
b5d05750f53df3b88abb5c86cbe375aefd0c06bf340a032cdccfd1388a70bbca
BLAKE2b-256 checksum
How to use checksums
a587eb723cdf4c8edc0abe4669af36eaa8f8268c2d4cc1a2a2940ed422b6da25
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 16, 2025.

Transparency log

Release files / pytest_yaml_sanmu-1.1.3-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL pytest_yaml_sanmu-1.1.3-cp313-cp313-musllinux_1_2_x86_64.whl
Size 1.6 MB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
9b16e9c9ca53ba5d16981d86f3faa8a14e7c2af43b96d823d003195649147abe
BLAKE2b-256 checksum
How to use checksums
350dea4fb4726b0112ac6d69b2abacb621bb2328a8a21f9a7863e8539648983f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 16, 2025.

Transparency log

Release files / pytest_yaml_sanmu-1.1.3-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL pytest_yaml_sanmu-1.1.3-cp313-cp313-musllinux_1_2_aarch64.whl
Size 1.6 MB
Tags CPython 3.13 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
486c5e51c1c10d40a6ebdfc09d3fec78bfae3622c831755be0ba74048ce2dd4e
BLAKE2b-256 checksum
How to use checksums
dde30b3d7557350395fa9d31c60817342788c9e138d76651b919c740d3b64a5b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 16, 2025.

Transparency log

Release files / pytest_yaml_sanmu-1.1.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL pytest_yaml_sanmu-1.1.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 1.6 MB
Tags CPython 3.13 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
4b9fd8383f71f4f97abcd24b4d85aeb89f395f6bacb8e95d082e8902958eadab
BLAKE2b-256 checksum
How to use checksums
0b7a719de80d35ae0c06c3ed085de3a2b3e39962195204f58ec8853a0280d396
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 16, 2025.

Transparency log

Release files / pytest_yaml_sanmu-1.1.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL pytest_yaml_sanmu-1.1.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 1.6 MB
Tags CPython 3.13 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
511e634214c8125ffe907b9b90b815f0060aca83a584a03efc5587888e167214
BLAKE2b-256 checksum
How to use checksums
9b5706076924eb88c503781f0fc256bd34137b50aa3c92259363a84102bfeace
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 16, 2025.

Transparency log

Release files / pytest_yaml_sanmu-1.1.3-cp313-cp313-macosx_11_0_arm64.whl

Download URL pytest_yaml_sanmu-1.1.3-cp313-cp313-macosx_11_0_arm64.whl
Size 254.5 kB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
ed9419214793f43962c819a4a6fe54f72cc1ce832384a3f3f4d7b2756c00f185
BLAKE2b-256 checksum
How to use checksums
f2e0b9492a7b440124124e8c58c8f8a9f5952fc3dad3f87e6fdce41c2ece0c69
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 16, 2025.

Transparency log

Release files / pytest_yaml_sanmu-1.1.3-cp313-cp313-macosx_10_13_x86_64.whl

Download URL pytest_yaml_sanmu-1.1.3-cp313-cp313-macosx_10_13_x86_64.whl
Size 264.2 kB
Tags CPython 3.13 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
35204bdea5e1bc9d9202e5abf276f45e483520cfea07ed145d0fde649f0d1c4f
BLAKE2b-256 checksum
How to use checksums
3e76410b741fb8881294613e986e54a031a4633b17694620800e63dc43348bc6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 16, 2025.

Transparency log

Release files / pytest_yaml_sanmu-1.1.3-cp312-cp312-win_amd64.whl

Download URL pytest_yaml_sanmu-1.1.3-cp312-cp312-win_amd64.whl
Size 253.5 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
582a988127e69dc3d2dbea17c239571111081a025c78c2ed6876dc4e520cbf92
BLAKE2b-256 checksum
How to use checksums
1fb06648fcae4922f2585d886e1f706c8e1b7ae38c217cfb94dbdc95503314b0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 16, 2025.

Transparency log

Release files / pytest_yaml_sanmu-1.1.3-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL pytest_yaml_sanmu-1.1.3-cp312-cp312-musllinux_1_2_x86_64.whl
Size 1.7 MB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
b2061721f8777f958ba0a3ca9bda8c80e139fcc75da8e307e450712323dfbf66
BLAKE2b-256 checksum
How to use checksums
f6f4a5b93ad8988d2279b4bd725ee59a8d1bbf72bf854df14a02717258efb32d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 16, 2025.

Transparency log

Release files / pytest_yaml_sanmu-1.1.3-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL pytest_yaml_sanmu-1.1.3-cp312-cp312-musllinux_1_2_aarch64.whl
Size 1.6 MB
Tags CPython 3.12 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
7341a878ec44dd3936a8b9374da5e83429344d120d8b688686de3b7aad04bf9e
BLAKE2b-256 checksum
How to use checksums
c0e570607ce4505e5cd9a95c70bf2f7b84eee3062827615e85794c55c8dd2b56
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 16, 2025.

Transparency log

Release files / pytest_yaml_sanmu-1.1.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL pytest_yaml_sanmu-1.1.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 1.7 MB
Tags CPython 3.12 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
c1f6075fddfdb18789528a69ba50d5e1c21cf7f836dd2dd126e696371c413608
BLAKE2b-256 checksum
How to use checksums
75c1dc042771845bb225c48f7bfd3dbada9c8a7d9ef4df512b58c4210067f458
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 16, 2025.

Transparency log

Release files / pytest_yaml_sanmu-1.1.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl

Download URL pytest_yaml_sanmu-1.1.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Size 1.7 MB
Tags CPython 3.12 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
8979e945b185da148e498e9eea32e9539f1f3c54eb70ea38753561848fbe5bec
BLAKE2b-256 checksum
How to use checksums
0f747f1ec9bd8eb7635c434384a59befea74680e645f42a4b55b745445a426f2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 16, 2025.

Transparency log

Release files / pytest_yaml_sanmu-1.1.3-cp312-cp312-macosx_11_0_arm64.whl

Download URL pytest_yaml_sanmu-1.1.3-cp312-cp312-macosx_11_0_arm64.whl
Size 260.8 kB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
d4eb26b748f39307346a78bb86190efd3a4708339219141304057b583082df43
BLAKE2b-256 checksum
How to use checksums
9501ce4b15e41dc4d043e25f0022fe9b8ba955811e15b9d4ba5defbfbe13a267
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 16, 2025.

Transparency log

Release files / pytest_yaml_sanmu-1.1.3-cp312-cp312-macosx_10_13_x86_64.whl

Download URL pytest_yaml_sanmu-1.1.3-cp312-cp312-macosx_10_13_x86_64.whl
Size 270.7 kB
Tags CPython 3.12 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
1fc3babb47947ae9f1732bfa4f139e7adf30536ad6b824f7376559df06f6a3df
BLAKE2b-256 checksum
How to use checksums
62f11f4b9c776151e254060cc28ead4396087d4b6b62498c4f2f54cf043472eb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 16, 2025.

Transparency log

Release history Release notifications | RSS feed

This release

1.1.3 This release

28 release files

1.1.2

28 release files

1.1.0

5 release files

1.0.2

5 release files

1.0.0

5 release 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