Skip to content

Commit

Permalink
docs: updated pytest command
Browse files Browse the repository at this point in the history
  • Loading branch information
koulanurag committed Feb 19, 2024
1 parent c282339 commit bb3747e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit bb3747e

Please sign in to comment.