Language

Package: python-pytest-openfiles @ 0.5.0

Synopsis

Pytest plugin for detecting inadvertent open file handles

Description

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.

Home page
https://github.com/astropy/pytest-openfiles
Location
gnu/packages/python-check.scm (line: 453, column: 2)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?