mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-07 21:25:08 +00:00
Add coverage for __annotations__
This commit is contained in:
parent
cb602bf66c
commit
992bc61185
1 changed files with 1 additions and 0 deletions
|
@ -473,6 +473,7 @@ mod tests {
|
|||
);
|
||||
test.assert_completions_include("filter");
|
||||
test.assert_completions_do_not_include("_T");
|
||||
test.assert_completions_do_not_include("__annotations__");
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue