pytest-lazy-fixtures 1.0.7-2 source package in Ubuntu

Changelog

pytest-lazy-fixtures (1.0.7-2) unstable; urgency=medium

  * Source-only upload

 -- Julian Gilbey <email address hidden>  Thu, 09 May 2024 21:19:37 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-lazy-fixtures_1.0.7-2.dsc 2.2 KiB 67d5431d71679eefb351d803aead945d4bdf5facbd5d3675fbd90b9a86dad6a0
pytest-lazy-fixtures_1.0.7.orig.tar.gz 18.7 KiB a5f918446cde27ff569300b2d0f53fcb30d139537a0b069f7ee20a79229da0bd
pytest-lazy-fixtures_1.0.7-2.debian.tar.xz 2.1 KiB b1ec449da33990b211f95141d0204cedc2bd0ad1713a6751367a1b4d37235b4c

Available diffs

No changes file available.

Binary packages built by this source

python3-pytest-lazy-fixtures: pytest plugin to use fixtures in @pytest.mark.parametrize

 This plugin was inspired by pytest-lazy-fixture; that plugin is incompatible
 with pytest 8.x, so this can be used as a replacement.
 .
 Improvements that have been made in this project:
 .
  * You can use fixtures in any data structures
  * You can access the attributes of fixtures
  * You can use functions in fixtures