Skip to content

dhrubach/python-code-recipes

Repository files navigation

python-code-recipes

License: MIT Build codecov

Collection of data structures and algorithms in python.

Effort has been made to include as much comments as possible in each source code file.

Running test cases

Tests should be run from the command line, in the repository root.

Pytest

To run all test cases:

pytest

Coverage is pre-configured and will be available in the test report.