Skip to content

Commit 3149bb0

Browse files
committed
minor update in readme
1 parent 4688182 commit 3149bb0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,14 @@ In the terminal, run: `python -c "from pydatastructs.utils.testing_util import t
6868

6969
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.
7070

71+
### testing specific module
72+
73+
If you want to run tests for a specific module or file, you can use the following command:
74+
75+
```python
76+
pytest <path_to_test_file>
77+
```
78+
7179
Why do we use Python?
7280
------------------
7381

0 commit comments

Comments
 (0)