diff --git a/_sources/book/testing/Chapter.ipynb b/_sources/book/testing/Chapter.ipynb index f4cd65b..4674171 100644 --- a/_sources/book/testing/Chapter.ipynb +++ b/_sources/book/testing/Chapter.ipynb @@ -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." ] }, { diff --git a/book/testing/Chapter.html b/book/testing/Chapter.html index c062c01..160c5d6 100644 --- a/book/testing/Chapter.html +++ b/book/testing/Chapter.html @@ -432,7 +432,7 @@

11.1.1. Pytest on steroids: Parallelize

Your test suite takes a very long time to run in Python?

With pytest-xdist installed, you can run your tests in parallel.

Specify the number of CPUs you want to use with --numprocesses.

-

This allows to speed up your test executions.

+

This allows you to speed up your test executions.

!pip install pytest-xdist