From 0f993e39ef5e3047de1cf4501668d206382c3c77 Mon Sep 17 00:00:00 2001 From: Artem Draft Date: Fri, 30 Dec 2022 19:59:50 +0300 Subject: [PATCH] Fix typo in the development testing (#1599) --- docs/development_testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development_testing.md b/docs/development_testing.md index 92928847..e8038963 100644 --- a/docs/development_testing.md +++ b/docs/development_testing.md @@ -32,7 +32,7 @@ Run `pytest` & `pre-commit` before you create your pull request to avoid annoyin ::: :::note -Running the full `ptyest` test suite will take quite some time, so as the minimal requirement for pull requests, run at least the tests that are related to your code changes (see details below on how to). The full test suite will anyway be run by the CI once you created your pull request and before it can be merged. +Running the full `pytest` test suite will take quite some time, so as the minimal requirement for pull requests, run at least the tests that are related to your code changes (see details below on how to). The full test suite will anyway be run by the CI once you created your pull request and before it can be merged. ::: Running `pytest` will run unit tests against the locally available Python version. We run our tests in our CI against all our supported Python versions.