8000 Add links to pytest docs · Gopal-py/gk-learn-python@5ca4a98 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5ca4a98

Browse files
committed
Add links to pytest docs
1 parent 334b342 commit 5ca4a98

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

notebooks/intermediate/html/pytest_fixtures.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11844,11 +11844,11 @@ <h1 id="Efficient-use-of-pytest-fixtures">Efficient use of <code>pytest</code> f
1184411844
<pre>Requirement already satisfied: pytest in /Users/jerry/.virtualenvs/learn-python3/lib/python3.5/site-packages (3.5.0)
1184511845
Requirement already satisfied: ipytest in /Users/jerry/.virtualenvs/learn-python3/lib/python3.5/site-packages (0.2.2)
1184611846
Requirement already satisfied: py&gt;=1.5.0 in /Users/jerry/.virtualenvs/learn-python3/lib/python3.5/site-packages (from pytest) (1.5.3)
11847-
Requirement already satisfied: setuptools in /Users/jerry/.virtualenvs/learn-python3/lib/python3.5/site-packages (from pytest) (39.0.1)
11848-
Requirement already satisfied: six&gt;=1.10.0 in /Users/jerry/.virtualenvs/learn-python3/lib/python3.5/site-packages (from pytest) (1.11.0)
1184911847
Requirement already satisfied: attrs&gt;=17.4.0 in /Users/jerry/.virtualenvs/learn-python3/lib/python3.5/site-packages (from pytest) (17.4.0)
1185011848
Requirement already satisfied: pluggy&lt;0.7,&gt;=0.5 in /Users/jerry/.virtualenvs/learn-python3/lib/python3.5/site-packages (from pytest) (0.6.0)
11849+
Requirement already satisfied: six&gt;=1.10.0 in /Users/jerry/.virtualenvs/learn-python3/lib/python3.5/site-packages (from pytest) (1.11.0)
1185111850
Requirement already satisfied: more-itertools&gt;=4.0.0 in /Users/jerry/.virtualenvs/learn-python3/lib/python3.5/site-packages (from pytest) (4.1.0)
11851+
Requirement already satisfied: setuptools in /Users/jerry/.virtualenvs/learn-python3/lib/python3.5/site-packages (from pytest) (39.0.1)
1185211852
</pre>
1185311853
</div>
1185411854
</div>
@@ -11931,7 +11931,7 @@ <h2 id="Parametrizing-fixtures">Parametrizing fixtures<a class="anchor-link" hre
1193111931
</div>
1193211932
<div class="inner_cell">
1193311933
<div class="text_cell_render border-box-sizing rendered_html">
11934-
<h2 id="pytest.mark.usefixtures"><code>pytest.mark.usefixtures</code><a class="anchor-link" href="#pytest.mark.usefixtures">&#182;</a></h2><p><code>usefixtures</code> is useful especially when you want to use some fixture in a set of tests but you don't need the return value of the fixture.</p>
11934+
<h2 id="pytest.mark.usefixtures"><a href="https://docs.pytest.org/en/latest/fixture.html#usefixtures"><code>pytest.mark.usefixtures</code></a><a class="anchor-link" href="#pytest.mark.usefixtures">&#182;</a></h2><p><a href="https://docs.pytest.org/en/latest/fixture.html#usefixtures"><code>pytest.mark.usefixtures</code></a> is useful especially when you want to use some fixture in a set of tests but you don't need the return value of the fixture.</p>
1193511935

1193611936
</div>
1193711937
</div>

notebooks/intermediate/pytest_fixtures.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
"cell_type": "markdown",
6868
"metadata": {},
6969
"source": [
70-
"## `pytest.mark.usefixtures`\n",
71-
"`usefixtures` is useful especially when you want to use some fixture in a set of tests but you don't need the return value of the fixture."
70+
"## [`pytest.mark.usefixtures`](https://docs.pytest.org/en/latest/fixture.html#usefixtures)\n",
71+
"[`pytest.mark.usefixtures`](https://docs.pytest.org/en/latest/fixture.html#usefixtures) is useful especially when you want to use some fixture in a set of tests but you don't need the return value of the fixture."
7272
]
7373
},
7474
{

0 commit comments

Comments
 (0)
0