Make sure pytest stdlib fixtures are completable

This commit is contained in:
Dave Halter
2019-12-27 16:28:07 +01:00
parent e86487cb96
commit 35fb8a942c
2 changed files with 11 additions and 1 deletions

View File

@@ -129,3 +129,10 @@ def test_p(monkeyp
def test_p(monkeypatch):
#? ['setattr']
monkeypatch.setatt
#? ['capsysbinary']
def test_p(capsysbin
#? ['tmpdir', 'tmpdir_factory']
def test_p(tmpdi