File: control

package info (click to toggle)
pytest-datadir 1.4.1%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 184 kB
  • sloc: python: 144; sh: 6; makefile: 6
file content (33 lines) | stat: -rw-r--r-- 1,151 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Source: pytest-datadir
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Pierre-Elliott Bécue <peb@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 python3-setuptools,
 python3-setuptools-scm,
 tox,
Standards-Version: 4.7.2
Homepage: https://github.com/gabrielcnr/pytest-datadir
Vcs-Git: https://salsa.debian.org/python-team/packages/pytest-datadir.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pytest-datadir

Package: python3-pytest-datadir
Architecture: all
Depends:
 python3-pytest,
 ${misc:Depends},
 ${python3:Depends},
Description: pytest 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 pytest plugin for Python 3 code.