Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 732 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 732 Bytes

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.