Closed tkosciol closed 7 years ago
should I just remove pass
from pretty_output
instead? I thought it's customary in Python to have some sort of return value in each function.
I don't know the best pythonic practice, but I find it confusing. If there is no return value then just remove the "pass", please.
Is it too much to ask you for adding more unit-tests to cover those 11 missed lines of code?
I ain't doing tests for click, because it's difficult and it doesn't make much sense, i.e. click uses mask_sequence
function and pretty_output
, both of which are tested.
Are you cool with that?
solving issues #33 #34 and #35