python walker.test.pyOutput:
$ python walker.test.py
.....
----------------------------------------------------------------------
Ran 5 tests in 0.000s
OKExecute:
$ python -m coverage run walker.test.py
.....
----------------------------------------------------------------------
Ran 5 tests in 0.000s
OKCheck 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%