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

disable AsyncGeneratorModel from inheriting Generator attributes #2587

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

temyurchenko
Copy link
Contributor

@temyurchenko temyurchenko commented Sep 27, 2024

for example, usual generators have "send", but async don't. They have
"asend" instead.

Type of Changes

Type
🐛 Bug fix

Description

Fixes a test in pylint, which failed following #2584

for example, usual generators have "send", but async don't. They have
   "async" instead.
Copy link

codecov bot commented Sep 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.23%. Comparing base (62c5bad) to head (611c622).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2587      +/-   ##
==========================================
- Coverage   93.24%   93.23%   -0.01%     
==========================================
  Files          93       93              
  Lines       11067    11060       -7     
==========================================
- Hits        10319    10312       -7     
  Misses        748      748              
Flag Coverage Δ
linux 93.11% <100.00%> (-0.01%) ⬇️
pypy 93.23% <100.00%> (-0.01%) ⬇️
windows 93.21% <100.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
astroid/bases.py 88.91% <100.00%> (ø)
astroid/interpreter/objectmodel.py 96.23% <100.00%> (-0.06%) ⬇️

@DanielNoord DanielNoord merged commit f19fc0a into pylint-dev:main Sep 30, 2024
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants