Check out the video lessons that go with this repository!
To run Python tests for a data structure, cd
to the data structure's directory and run python3 -m unittest discover
.
Example:
cd HashTable
python3 -m unittest discover
Check out the video lessons that go with this repository!
To run Python tests for a data structure, cd
to the data structure's directory and run python3 -m unittest discover
.
Example:
cd HashTable
python3 -m unittest discover