summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2016-03-17 15:16:00 -0500
committerIan Cordasco <graffatcolmingov@gmail.com>2016-03-17 15:16:00 -0500
commit5cde4bebaeec732d21a568a81dfa791804cb1b35 (patch)
tree08f5d3dead49d5d5e0e6b3370b91e9389ccde6df /tests
parente2b8fbd3a7da1fdacb3dfc686149f226b3e6387d (diff)
downloadflake8-5cde4bebaeec732d21a568a81dfa791804cb1b35.tar.gz
Add docstring for our test helper
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/test_file_processor.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/test_file_processor.py b/tests/unit/test_file_processor.py
index 2970697..30a5e30 100644
--- a/tests/unit/test_file_processor.py
+++ b/tests/unit/test_file_processor.py
@@ -7,6 +7,7 @@ import pytest
def options_from(**kwargs):
+ """Generate a Values instances with our kwargs."""
kwargs.setdefault('hang_closing', True)
kwargs.setdefault('max_line_length', 79)
kwargs.setdefault('verbose', False)