mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-15 03:01:59 +08:00
Add support for pytest fixtures from local pytest plugins.
This commit is contained in:
@@ -96,6 +96,9 @@ def test_x(my_con
|
||||
#? 18 ['my_conftest_fixture']
|
||||
def test_x(my_conftest_fixture):
|
||||
return
|
||||
#? ['my_module_fixture']
|
||||
def test_x(my_modu
|
||||
return
|
||||
|
||||
#? []
|
||||
def lala(my_con
|
||||
|
||||
Reference in New Issue
Block a user