From f72952a917af120d022582b41202e79d681cd85d Mon Sep 17 00:00:00 2001 From: Izam Developer Date: Wed, 11 Jan 2023 12:44:17 +0530 Subject: [PATCH] Corrected a spelling mistake in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 33878eb..137c3d6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -34,7 +34,7 @@ We use [black](https://black.readthedocs.io/en/stable/) and [flake8](https://fla ## Testing -We adopt unit testing using [pyest](https://docs.pytest.org/en/latest/contents.html) +We adopt unit testing using [pytest](https://docs.pytest.org/en/latest/contents.html) Please make sure that adding your new component does not decrease test coverage. ## Other tools