Docs: make tests should be make test (#1332)

This commit is contained in:
aneesh98
2023-03-29 20:03:32 +05:30
committed by GitHub
parent 9fedfe3699
commit f4c6093c47

View File

@@ -41,7 +41,7 @@ git checkout -b <your branch name>
* Run tests before pushing the changes * Run tests before pushing the changes
``` ```
make tests make test
``` ```
To learn more about tests please refer to the session [Quick guide to pytest](## Quick guide to pytest). To learn more about tests please refer to the session [Quick guide to pytest](## Quick guide to pytest).