From 7a00804b0e23fcd6399ed924410fb51c5e322886 Mon Sep 17 00:00:00 2001 From: jkroll-deepgram Date: Fri, 11 Aug 2023 10:17:41 -0500 Subject: [PATCH] Add setup section to readme to install test packages --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d137276c..8f2947a9 100644 --- a/README.md +++ b/README.md @@ -146,11 +146,20 @@ In the `sample-projects` folder, there are examples from four different Python w ## Testing +### Setup + +``` +pip install pytest +pip install pytest-cov +``` + +### Run All Tests + ``` pytest --api-key tests/ ``` -## Test Coverage Report +### Test Coverage Report ``` pytest --cov=deepgram --api-key tests/