mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
Make sure the monkeypatch fixture completion works
This commit is contained in:
@@ -116,3 +116,16 @@ def lala(my_con
|
||||
#? 15 ['my_conftest_fixture']
|
||||
def lala(my_con):
|
||||
return
|
||||
|
||||
# -----------------
|
||||
# pytest owned fixtures
|
||||
# -----------------
|
||||
|
||||
#? ['monkeypatch']
|
||||
def test_p(monkeyp
|
||||
|
||||
|
||||
#! 15 ['def monkeypatch']
|
||||
def test_p(monkeypatch):
|
||||
#? ['setattr']
|
||||
monkeypatch.setatt
|
||||
|
||||
Reference in New Issue
Block a user