From e6fb143c8f2391a3dbb367781035414561c66348 Mon Sep 17 00:00:00 2001 From: Izam Mohammed <106471909+izam-mohammed@users.noreply.github.com> Date: Wed, 11 Jan 2023 12:51:32 +0530 Subject: [PATCH] Corrected an error in CONTRIBUTING.md file --- 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