Skip to content

dhaneshkhot/algorithms_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Test Project

Algorithms/practice problem statements worked as tdd way

To run all the unit tests with unittest framework -- This will run all tests written with unittest

python -m unittest

To run all the unit tests with pytest framework -- This will run all tests (both unittest and pytest tests)

pytest

To get the test coverage in each module

pytest --cov=algorithms tests

pytest --cov=miscelleneous tests

About

Algorithm implementations in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages