mirror of https://github.com/astral-sh/ruff
Add coverage for `__annotations__`
This commit is contained in:
parent
cb602bf66c
commit
992bc61185
|
|
@ -473,6 +473,7 @@ mod tests {
|
||||||
);
|
);
|
||||||
test.assert_completions_include("filter");
|
test.assert_completions_include("filter");
|
||||||
test.assert_completions_do_not_include("_T");
|
test.assert_completions_do_not_include("_T");
|
||||||
|
test.assert_completions_do_not_include("__annotations__");
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue