ports/devel/py-test-openfiles/pkg/DESCR

6 lines
319 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
The pytest-openfiles plugin allows for the detection of open I/O
resources at the end of unit tests. This is particularly useful for
testing code that manipulates file handles or other I/O resources. It
allows developers to ensure that this kind of code properly cleans up
I/O resources when they are no longer needed.