Source: pytest-openfiles Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Ole Streicher 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.