Skip to content

Update docstring and add tests

Utkarsh Sharma requested to merge Utkarsh1308/coala-utils:docstring into master

With the support for non utf-8 encodings, the lines argument in prepare_file() method can be a tuple or list of strings or bytes. This patch updates the docstring to describe the context of lines and adds tests for all combinations of the lines argument.

Depends on !100

Merge request reports