The devel/py-test-expect,python3 port
py3-test-expect-1.1.0p9 – py.test plugin to store test expectations (cvsweb github mirror)
Description
A py.test plugin that stores test expectations by saving the set of failing tests, allowing them to be marked as xfail when running them in future. The tests expectations are stored such that they can be distributed alongside the tests. However, note that test expectations can only be reliably shared between Python 2 and Python 3 if they only use ASCII characters in their node ids: this likely isn't a limitati n if tests are using the normal Python format, as Python 2 only allows ASCII characters in identifiers.WWW: https://github.com/gsnedders/pytest-expect
Maintainer
The OpenBSD ports mailing-list
Categories
Build dependencies
Run dependencies
Reverse dependencies
Files
- /usr/local/lib/python3.11/site-packages/pytest_expect-1.1.0.dist-info/
- /usr/local/lib/python3.11/site-packages/pytest_expect-1.1.0.dist-info/METADATA
- /usr/local/lib/python3.11/site-packages/pytest_expect-1.1.0.dist-info/RECORD
- /usr/local/lib/python3.11/site-packages/pytest_expect-1.1.0.dist-info/WHEEL
- /usr/local/lib/python3.11/site-packages/pytest_expect-1.1.0.dist-info/entry_points.txt
- /usr/local/lib/python3.11/site-packages/pytest_expect-1.1.0.dist-info/top_level.txt
- /usr/local/lib/python3.11/site-packages/pytest_expect/
- /usr/local/lib/python3.11/site-packages/pytest_expect/__init__.py
- /usr/local/lib/python3.11/site-packages/pytest_expect/__pycache__/
- /usr/local/lib/python3.11/site-packages/pytest_expect/__pycache__/__init__.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/pytest_expect/__pycache__/__init__.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/pytest_expect/__pycache__/expect.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/pytest_expect/__pycache__/expect.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/pytest_expect/expect.py