Security News
Opengrep Emerges as Open Source Alternative Amid Semgrep Licensing Controversy
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Test fixtures for testing code which works with the Vuforia Web Services (VWS) API
|Build Status| |codecov| |PyPI| |Documentation Status|
pytest
fixtures for testing tools with the Vuforia Web Services (VWS) API.
.. code:: sh
pip install vws-test-fixtures
This is tested on Python 3.11+.
.. code:: python
def test_example(high_quality_image: io.BytesIO) -> None: image_file_bytes = high_quality_image.getvalue() ...
high_quality_image
returns an image file which is expected to have a 'success' status when added to a target, and a high tracking rating.
image_file_failed_state
is expected to be accepted by the add and update target endpoints, but get a "failed" status.
png_too_large
is a PNG which has dimensions whcih are too large to be added to a Vuforia database.
... and more, see the full documentation <https://vws-test-fixtures.readthedocs.io/en/latest>
__ for details of all fixtures provided.
See the full documentation <https://vws-test-fixtures.readthedocs.io/en/latest>
__.
.. |Build Status| image:: https://github.com/VWS-Python/vws-test-fixtures/workflows/CI/badge.svg :target: https://github.com/VWS-Python/vws-test-fixtures/actions .. |codecov| image:: https://codecov.io/gh/VWS-Python/vws-test-fixtures/branch/master/graph/badge.svg :target: https://codecov.io/gh/VWS-Python/vws-test-fixtures .. |Documentation Status| image:: https://readthedocs.org/projects/vws-test-fixtures/badge/?version=latest :target: https://vws-test-fixtures.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status .. |PyPI| image:: https://badge.fury.io/py/VWS-Test-Fixtures.svg :target: https://badge.fury.io/py/VWS-Test-Fixtures
FAQs
Test fixtures for testing code which works with the Vuforia Web Services (VWS) API
We found that vws-test-fixtures demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.