File: control

package info (click to toggle)
pytest-vcr 1.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 100 kB
  • sloc: python: 124; makefile: 3
file content (24 lines) | stat: -rw-r--r-- 900 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
Source: pytest-vcr
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Pierre-Elliott Bécue <peb@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-all,
               python3-setuptools
Standards-Version: 4.4.1
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Homepage: https://github.com/ktosiek/pytest-vcr
Vcs-Git: https://salsa.debian.org/python-team/modules/pytest-vcr.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/pytest-vcr

Package: python3-pytest-vcr
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Py.test integration with VCR.py
 pytest-vcr is a plugin to manage VCR.py cassettes. It records in yaml files
 the output of the tests run at first time.
 .
 This package contains the plugin for Python 3 code.