From bb3747e1a5bcf9b458bc534e7119f32d8340cd04 Mon Sep 17 00:00:00 2001 From: Anurag Koul Date: Mon, 19 Feb 2024 15:13:30 -0500 Subject: [PATCH] docs: updated pytest command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6752463..3aff862 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ See entire quick-start guide [here](https://koulanurag.dev/maze-world/quick-star ## Testing: - Install: ```pip install -e ".[test]" ``` -- Run: ```pytest``` +- Run: ```pytest -v --xdoc --cov=./ --cov-report=xml``` ## Development: