pytest-datadir 1.4.1+ds-1 source package in Ubuntu

Changelog

pytest-datadir (1.4.1+ds-1) unstable; urgency=medium

  * New upstream release 1.4.1+ds

 -- Pierre-Elliott Bécue <email address hidden>  Sun, 30 Oct 2022 21:24:39 +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
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-datadir_1.4.1+ds-1.dsc 2.2 KiB 2a8aed13488137e74f891c362855633c58d54b6dd5404c05a0b43882a11e4b0f
pytest-datadir_1.4.1+ds.orig.tar.xz 6.4 KiB c0eb580f470d747dee1198ef3786f48bc34b06b37ce562980751fd52e2b0d292
pytest-datadir_1.4.1+ds-1.debian.tar.xz 2.7 KiB 553c8028bc9beacf064738c0dcd916c1e04ae5a3d820d3685fbeff91a878f18f

Available diffs

No changes file available.

Binary packages built by this source

python3-pytest-datadir: py.test plugin for manipulating test data directories and files

 pytest-datadir will look up for a directory with the name of the current
 module or the global 'data' folder, and allow one to access the content of
 these files using injected variables datadir or shared_datadir.
 .
 The files in the data dirs are copied to a temporary path before tests being
 run. Henceforth, a modification won't happen on the original files.
 .
 This package provides the py.test plugin for Python 3 code.