test: add preproc assertion

This commit is contained in:
disrupted 2025-03-11 19:50:59 +01:00
parent 80751de8c1
commit c5c708dae1
No known key found for this signature in database

View file

@ -8,3 +8,10 @@ class Foo:
Foo().method()
# ^^^^^^ @function.method.call
@pytest.mark.filterwarnings("ignore::DeprecationWarning")
#^^^^^^ @variable
# ^^^^ @variable.member
# ^^^^^^^^^^^^^^ @function.method.call
def test_func():
pass