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

Fix namespace parent #2552

Merged
merged 2 commits into from
Sep 10, 2024
Merged

Conversation

temyurchenko
Copy link
Contributor

A part of getting rid of non-Module roots, see #2536

the module is specifically for nodes that are not based in the real
   syntactic tree, but created "ad-hoc", for example, new namedtuple
   classes that we create (see brain_namedtuple_enum).

This is the base for future changes on replacing non-module
  roots (with the adhoc module or something more approriate).
it's a part of the campaign to get rid of non-module roots
Copy link

codecov bot commented Sep 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.99%. Comparing base (0011e7f) to head (a809359).
Report is 3 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2552      +/-   ##
==========================================
+ Coverage   92.98%   92.99%   +0.01%     
==========================================
  Files          93       93              
  Lines       11083    11087       +4     
==========================================
+ Hits        10305    10310       +5     
+ Misses        778      777       -1     
Flag Coverage Δ
linux 92.87% <100.00%> (+0.01%) ⬆️
pypy 92.99% <100.00%> (+0.01%) ⬆️
windows 92.97% <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/brain/brain_argparse.py 95.83% <ø> (-0.17%) ⬇️
astroid/brain/brain_builtin_inference.py 92.08% <100.00%> (+0.03%) ⬆️
astroid/manager.py 89.95% <100.00%> (+0.12%) ⬆️

... and 1 file with indirect coverage changes

@DanielNoord DanielNoord merged commit 20890b8 into pylint-dev:main Sep 10, 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