File: control

package info (click to toggle)
pytest-openfiles 0.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 136 kB
  • sloc: python: 127; makefile: 3
file content (22 lines) | stat: -rw-r--r-- 948 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
Source: pytest-openfiles
Section: python
Priority: optional
Maintainer: Debian Python Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
Build-Depends: debhelper (>= 11),
               dh-python,
               python3-all,
               python3-pytest (>= 2.8),
               python3-setuptools
Standards-Version: 4.3.0
Homepage: https://github.com/astropy/pytest-openfiles
Vcs-Browser: https://salsa.debian.org/python-team/modules/pytest-openfiles
Vcs-Git: https://salsa.debian.org/python-team/modules/pytest-openfiles.git

Package: python3-pytest-openfiles
Architecture: all
Depends: ${misc:Depends},${python3:Depends}
Description: Pytest plugin to check for files left open at the end of a test
 This package provides a plugin for the pytest framework that allows
 developers to detect whether any file handles or other file-like
 objects were inadvertently left open at the end of a unit test.