Closed satwikkansal closed 7 years ago
>>> valid_path(StringConverter("/tmp")) '/tmp'
will lead to doctest error in case of Windows as /tmp is not a valid directory in windows.
/tmp
Fixed with https://github.com/coala/coala-quickstart/pull/98
will lead to doctest error in case of Windows as
/tmp
is not a valid directory in windows.