File: control

package info (click to toggle)
pytest-openfiles 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 180 kB
  • sloc: python: 96; makefile: 4
file content (25 lines) | stat: -rw-r--r-- 1,007 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
Source: pytest-openfiles
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-pytest,
               python3-setuptools,
               python3-setuptools-scm
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/python-team/packages/pytest-openfiles
Vcs-Git: https://salsa.debian.org/python-team/packages/pytest-openfiles.git
Homepage: https://github.com/astropy/pytest-openfiles
Rules-Requires-Root: no

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.