Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Partials on def __init__( #1638

Open
Dreamsorcerer opened this issue Jun 10, 2023 · 0 comments
Open

Partials on def __init__( #1638

Dreamsorcerer opened this issue Jun 10, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@Dreamsorcerer
Copy link

Describe the bug
We are getting 2 partials reported on a def __init__( line. I don't see how that can be a partial.

To Reproduce
Coverage report at: https://app.codecov.io/gh/aio-libs/aiohttp-session
Source (with CI/config etc.): https://github.com/aio-libs/aiohttp-session (latest commit on master reproduces)

Python 3.8-3.11
Latest PyPI coverage (7.2.7)

Haven't run locally myself, but presumably something like this should work:

git clone https://github.com/aio-libs/aiohttp-session.git
cd aiohttp-session/
pip install -r requirements-dev.txt
pytest tests/  # cov args are in pytest.ini

Expected behavior
No partials.

@Dreamsorcerer Dreamsorcerer added bug Something isn't working needs triage labels Jun 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants