Skip to content

auk/python-walker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Demo project with python unit test

Start

python walker.test.py

Output:

$ python walker.test.py
.....
----------------------------------------------------------------------
Ran 5 tests in 0.000s

OK

Tests coverage

Execute:

$ python -m coverage run walker.test.py
.....
----------------------------------------------------------------------
Ran 5 tests in 0.000s

OK

Check results:

$ python -m coverage report -m
Name             Stmts   Miss  Cover   Missing
----------------------------------------------
walker.py           26      0   100%
walker.test.py      24      0   100%
----------------------------------------------
TOTAL               50      0   100%

About

Educational demo project python + unit tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages