
Security News
CISA Extends MITRE Contract as Crisis Accelerates Alternative CVE Coordination Efforts
CISA extended MITRE’s CVE contract by 11 months, avoiding a shutdown but leaving long-term governance and coordination issues unresolved.
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
CISA extended MITRE’s CVE contract by 11 months, avoiding a shutdown but leaving long-term governance and coordination issues unresolved.
Product
Socket's Rubygems ecosystem support is moving from beta to GA, featuring enhanced security scanning to detect supply chain threats beyond traditional CVEs in your Ruby dependencies.
Research
The Socket Research Team investigates a malicious npm package that appears to be an Advcash integration but triggers a reverse shell during payment success, targeting servers handling transactions.