From 2c94fc4a3db9fdda274f430c755792e4a0feaa3c Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Fri, 12 Jan 2024 16:23:13 -0700 Subject: [PATCH] Fix incorrect `pytest` command in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4a79b3d..e462aad8 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Thanks to all of [our contributors][contributors] so far! 5. Install the dev environment: `script/setup` 6. Code your new feature or bug fix on a new branch. 7. Write tests that cover your new functionality. -8. Run tests and ensure 100% code coverage: `poetry run pytest --cov simplisafe-python tests` +8. Run tests and ensure 100% code coverage: `poetry run pytest --cov simplipy tests` 9. Update `README.md` with any new documentation. 10. Submit a pull request!