Merge pull request #1 from izam-mohammed/izam-dev-1

Corrected an error in CONTRIBUTING.md file
This commit is contained in:
Izam Mohammed 2023-01-11 12:52:13 +05:30 committed by GitHub
commit afa89749ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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