Files
openide/python/educational-python/resources/tips/PytestFixtures.html
T

12 lines
376 B
HTML
Executable File

<html>
<head>
<link rel="stylesheet" type="text/css" href="css/tips.css">
</head>
<body>
<p>
Quickly jump from the <i>pytest fixture</i> to the tested code. Right-click on the selected fixture in the
<span class="control">Editor</span> and select <span class="control">Go to | Declaration</span> from the context menu.
</p>
</body>
</html>