TheFriendlyCoder / friendlyshell

Framework for writing interactive Python command line interfaces, similar to the 'cmd' built in class.
Apache License 2.0
0 stars 0 forks source link

Fixes #79 Added checks to track error conditions to shells run in bat… #86

Closed TheFriendlyCoder closed 6 years ago

TheFriendlyCoder commented 6 years ago

…ch mode

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 200


Files with Coverage Reduction New Missed Lines %
.tox/py27/lib/python2.7/site-packages/friendlyshell/shell_help_mixin.py 1 95.38%
.tox/py27/lib/python2.7/site-packages/friendlyshell/base_shell.py 18 87.97%
<!-- Total: 19 -->
Totals Coverage Status
Change from base Build 196: 0.7%
Covered Lines: 2646
Relevant Lines: 2868

💛 - Coveralls