pytest9-fixture as function parameters, ctrl + right mouse button can not see how to solve the fixture Source

phenomenon:

fixture write in conftest.py, the write test cases in the test file, ctrl + right mouse button can not be viewed in a test fixture source file

Solution: PyCharm set the default test project executor is pytest

After ctrl + right mouse button to view the source code files in the test fixture file

Guess you like

Origin www.cnblogs.com/wang-mengmeng/p/11768970.html