mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
Make sure pytester is also used for fixtures, see #791
This commit is contained in:
@@ -10,6 +10,7 @@ _PYTEST_FIXTURE_MODULES = [
|
||||
('_pytest', 'capture'),
|
||||
('_pytest', 'logging'),
|
||||
('_pytest', 'tmpdir'),
|
||||
('_pytest', 'pytester'),
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user