Skip to content

Commit

Permalink
update readme for non benchmark tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Kishan-Ved committed Jul 7, 2024
1 parent 92b75e9 commit ba5e875
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 @@ -60,6 +60,14 @@ You can use the examples given in the following book as tests for your code:

- [https://opendatastructures.org/ods-python.pdf](https://opendatastructures.org/ods-python.pdf)

### Light weighted testing (without benchmarks)

Make sure you have activated the conda environment: `pyds-env` and your working directory is `../pydatastructs`.

In the terminal, run: `python -c "from pydatastructs.utils.testing_util import test; test()"`.

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.

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

Expand Down

0 comments on commit ba5e875

Please sign in to comment.