pytest-datadir 1.4.1-ok2 source package in openKylin
Changelog
pytest-datadir (1.4.1-ok2) yangtze; urgency=medium * Add python3-pip and python3-tomli to build-depends. -- sufang <email address hidden> Thu, 02 Feb 2023 14:02:14 +0800
pytest-datadir (1.4.1-ok2) yangtze; urgency=medium * Add python3-pip and python3-tomli to build-depends. -- sufang <email address hidden> Thu, 02 Feb 2023 14:02:14 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Yangtze V1.0 | release | main | python | |
Yangtze V1.0 | proposed | main | python |
File | Size | SHA-256 Checksum |
---|---|---|
pytest-datadir_1.4.1.orig.tar.gz | 102.6 KiB | 7741862f6f8d9834911876d62d283d0c477eed9088223883b1154a60fc51bf03 |
pytest-datadir_1.4.1-ok2.debian.tar.xz | 2.6 KiB | 884b5c87a282bc8c505b7479f239c4d59b2c11a732e0f453e153015b1ed7df5b |
pytest-datadir_1.4.1-ok2.dsc | 1.9 KiB | b168ef07b156108a860ef8919206f1928573a980a8fadb3a347b7544d36ebcf4 |
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.