1
0
forked from VimPlug/jedi

Add support for pytest fixtures from local pytest plugins.

This commit is contained in:
Martin Vielsmaier
2023-01-31 21:41:39 +01:00
parent 11280ef502
commit 7d77f61040
4 changed files with 29 additions and 0 deletions

View File

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