
Research
/Security News
DuckDB npm Account Compromised in Continuing Supply Chain Attack
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
.. image:: https://img.shields.io/pypi/v/pytest-aioresponses.svg :target: https://pypi.org/project/pytest-aioresponses :alt: PyPI version
.. image:: https://img.shields.io/pypi/pyversions/pytest-aioresponses.svg :target: https://pypi.org/project/pytest-aioresponses :alt: Python versions
An integration of aioresponses
_ for py.test
_ similar to pytest-responses
_
You can install "pytest-aioresponses" via pip
_ from PyPI
_::
$ pip install pytest-aioresponses
.. sourcecode:: python
import aiohttp
import pytest
@pytest.mark.asyncio
async def test_something(aioresponses):
aioresponses.get("https://hello.aio")
async with aiohttp.ClientSession() as session:
async with session.get("https://hello.aio") as response:
assert response.status == 200
Contributions are very welcome.
Distributed under the terms of the MIT
_ license, "pytest-aioresponses" is free and open source software
If you encounter any problems, please file an issue
_ along with a detailed description.
.. _Cookiecutter
: https://github.com/audreyr/cookiecutter
.. _@hackebrot
: https://github.com/hackebrot
.. _MIT
: http://opensource.org/licenses/MIT
.. _BSD-3
: http://opensource.org/licenses/BSD-3-Clause
.. _GNU GPL v3.0
: http://www.gnu.org/licenses/gpl-3.0.txt
.. _Apache Software License 2.0
: http://www.apache.org/licenses/LICENSE-2.0
.. _cookiecutter-pytest-plugin
: https://github.com/pytest-dev/cookiecutter-pytest-plugin
.. _file an issue
: https://github.com/pheanex/pytest-aioresponses/issues
.. _pytest
: https://github.com/pytest-dev/pytest
.. _tox
: https://tox.readthedocs.io/en/latest/
.. _pip
: https://pypi.org/project/pip/
.. _PyPI
: https://pypi.org/project/pytest-aioresponses/
.. _aioresponses
: https://pypi.org/project/aioresponses/
.. _pytest-responses
: https://pypi.org/project/pytest-responses/
.. _py.test
: https://pypi.org/project/pytest/
FAQs
py.test integration for aioresponses
We found that pytest-aioresponses 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.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.