SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
5
devel/py-test-openfiles/pkg/DESCR
Normal file
5
devel/py-test-openfiles/pkg/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
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.
|
18
devel/py-test-openfiles/pkg/PLIST
Normal file
18
devel/py-test-openfiles/pkg/PLIST
Normal file
|
@ -0,0 +1,18 @@
|
|||
lib/python${MODPY_VERSION}/site-packages/pytest_openfiles/
|
||||
lib/python${MODPY_VERSION}/site-packages/pytest_openfiles-${MODPY_EGG_VERSION}.dist-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/pytest_openfiles-${MODPY_EGG_VERSION}.dist-info/LICENSE.rst
|
||||
lib/python${MODPY_VERSION}/site-packages/pytest_openfiles-${MODPY_EGG_VERSION}.dist-info/METADATA
|
||||
lib/python${MODPY_VERSION}/site-packages/pytest_openfiles-${MODPY_EGG_VERSION}.dist-info/RECORD
|
||||
lib/python${MODPY_VERSION}/site-packages/pytest_openfiles-${MODPY_EGG_VERSION}.dist-info/WHEEL
|
||||
lib/python${MODPY_VERSION}/site-packages/pytest_openfiles-${MODPY_EGG_VERSION}.dist-info/entry_points.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/pytest_openfiles-${MODPY_EGG_VERSION}.dist-info/top_level.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/pytest_openfiles/__init__.py
|
||||
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pytest_openfiles/${MODPY_PYCACHE}/
|
||||
lib/python${MODPY_VERSION}/site-packages/pytest_openfiles/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/pytest_openfiles/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pytest_openfiles/${MODPY_PYCACHE}plugin.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/pytest_openfiles/${MODPY_PYCACHE}plugin.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pytest_openfiles/${MODPY_PYCACHE}version.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/pytest_openfiles/${MODPY_PYCACHE}version.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pytest_openfiles/plugin.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pytest_openfiles/version.py
|
Loading…
Add table
Add a link
Reference in a new issue