Skip to content

Commit

Permalink
deploy: 2c2e238
Browse files Browse the repository at this point in the history
  • Loading branch information
baniasbaabe committed Dec 3, 2023
1 parent b47a785 commit dd83340
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _sources/book/testing/Chapter.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"\n",
"Specify the number of CPUs you want to use with `--numprocesses`.\n",
"\n",
"This allows to speed up your test executions."
"This allows you to speed up your test executions."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion book/testing/Chapter.html
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ <h2><span class="section-number">11.1.1. </span>Pytest on steroids: Parallelize
<p>Your test suite takes a very long time to run in Python?</p>
<p>With <code class="docutils literal notranslate"><span class="pre">pytest-xdist</span></code> installed, you can run your tests in parallel.</p>
<p>Specify the number of CPUs you want to use with <code class="docutils literal notranslate"><span class="pre">--numprocesses</span></code>.</p>
<p>This allows to speed up your test executions.</p>
<p>This allows you to speed up your test executions.</p>
<div class="cell docutils container">
<div class="cell_input docutils container">
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span>!pip install pytest-xdist
Expand Down

0 comments on commit dd83340

Please sign in to comment.