Add support for pytest fixtures from local pytest plugins.

This commit is contained in:
Martin Vielsmaier
2024-01-23 20:54:21 +01:00
parent 11280ef502
commit 7d77f61040
4 changed files with 29 additions and 0 deletions
+3
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