diff --git a/jedi/plugins/pytest.py b/jedi/plugins/pytest.py index aa35f50b..addecff2 100644 --- a/jedi/plugins/pytest.py +++ b/jedi/plugins/pytest.py @@ -10,6 +10,7 @@ _PYTEST_FIXTURE_MODULES = [ ('_pytest', 'capture'), ('_pytest', 'logging'), ('_pytest', 'tmpdir'), + ('_pytest', 'pytester'), ]