Skip to content

Commit

Permalink
minor update in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
patelalay231 committed Dec 6, 2024
1 parent 4688182 commit 3149bb0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,14 @@ In the terminal, run: `python -c "from pydatastructs.utils.testing_util import t

This will run all the test files, except benchmark tests. This should be used if benchmark tests are computationally too heavy to be run on your local machine.

### testing specific module

If you want to run tests for a specific module or file, you can use the following command:

```python
pytest <path_to_test_file>
```

Why do we use Python?
------------------

Expand Down

0 comments on commit 3149bb0

Please sign in to comment.