Unit Tests
A full suite of unit tests is included to cover all implementations of the Queue ADT and the generic algorithms on it.
Requirement¶
To run the tests, at the minimum, you need to install pytest if you've done so.
$ pip install -U pytest
Running Tests¶
Then, to run all tests, simply execute the following at the project root directory:
$ pytest -v