Make sure the monkeypatch fixture completion works

This commit is contained in:
Dave Halter
2019-12-27 16:13:20 +01:00
parent b4163a3912
commit e86487cb96
2 changed files with 21 additions and 0 deletions

View File

@@ -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