Add more docstrings and fix lint errors

This commit is contained in:
Ian Cordasco 2016-01-10 14:47:06 -06:00
parent 5903576732
commit 8c872c4bb9
9 changed files with 13 additions and 0 deletions

View file

@ -38,4 +38,5 @@ def test_normalize_path(value, expected):
[os.path.abspath("../" + p) for p in RELATIVE_PATHS]),
])
def test_normalize_paths(value, expected):
"""Verify we normalize comma-separated paths provided to the tool."""
assert utils.normalize_paths(value) == expected