pytest-datadir 1.4.1+ds-ok1 source package in openKylin

Changelog

pytest-datadir (1.4.1+ds-ok1) nile; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Tue, 07 May 2024 10:51:49 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main python
Huanghe V3.0 release main python
Nile V2.0 release main python
Nile V2.0 proposed main python

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-datadir_1.4.1+ds.orig.tar.xz 6.4 KiB c0eb580f470d747dee1198ef3786f48bc34b06b37ce562980751fd52e2b0d292
pytest-datadir_1.4.1+ds-ok1.debian.tar.xz 2.5 KiB a04f76cfc9d7ac8c690766e968e9cc76241bb877ebb257c89a29797e41cd3df9
pytest-datadir_1.4.1+ds-ok1.dsc 2.0 KiB 521d8894675ee4917728cc9b8f709b51c2fd65b3d9dbb34c91a0365045ea40a8

Available diffs

View changes file

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.