mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
PY-47941 Add a test on completion of pytest.mark
The problem itself was fixed together with PY-48219 by switching to types to find possible attributes of a module/package. GitOrigin-RevId: 587b1c96610375836417655f0feb74f38edb4c69
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6726f799ad
commit
d1066811a7
+2
@@ -0,0 +1,2 @@
|
||||
MARK_GEN = ...
|
||||
param = ...
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
@pytest.<caret>
|
||||
def test():
|
||||
pass
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
from _pytest.mark import MARK_GEN as mark
|
||||
from _pytest.mark import param
|
||||
Reference in New Issue
Block a user