From 9affc5c673bd7eb34cb3fecd03105fc08b2d3623 Mon Sep 17 00:00:00 2001 From: Jordan Suchow Date: Thu, 19 May 2016 12:35:48 -0700 Subject: [PATCH] Add docstring to setup for garner.cliches tests --- tests/test_cliches.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_cliches.py b/tests/test_cliches.py index 92fb38484..f85b17db6 100644 --- a/tests/test_cliches.py +++ b/tests/test_cliches.py @@ -17,6 +17,7 @@ def this_check(self): return chk def setUp(self): + """Set up the test.""" self.l_garner = """Worse than a fate worse than death.""" self.l_write_good = """He's a chip off the old block.""" self.l_gnu_diction = """It's a matter of concern."""