aboutsummaryrefslogtreecommitdiff
path: root/binary_search_tool/test
diff options
context:
space:
mode:
authorRahul Chaudhry <rahulchaudhry@chromium.org>2016-01-15 15:16:47 -0800
committerchrome-bot <chrome-bot@chromium.org>2016-01-23 06:14:43 +0000
commite7c6fbf9cfd5f45dda21f2c4742bf5a62589d2ed (patch)
tree97ff3716674fedb66952ad6e7e9a4bc602d2af30 /binary_search_tool/test
parente57523abd8f2a5aa0b93f1248d6d969d0865781b (diff)
downloadtoolchain-utils-e7c6fbf9cfd5f45dda21f2c4742bf5a62589d2ed.tar.gz
toolchain-utils: fix class-missing-docstring lint warnings.
BUG=chromium:570458 TEST='crosperf/run_tests.sh' passes. Change-Id: I0640cab2c8d15380badbfbc0db39e3063cc85471 Reviewed-on: https://chrome-internal-review.googlesource.com/244867 Commit-Ready: Rahul Chaudhry <rahulchaudhry@google.com> Tested-by: Rahul Chaudhry <rahulchaudhry@google.com> Reviewed-by: Luis Lozano <llozano@chromium.org>
Diffstat (limited to 'binary_search_tool/test')
-rwxr-xr-xbinary_search_tool/test/binary_search_tool_tester.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/binary_search_tool/test/binary_search_tool_tester.py b/binary_search_tool/test/binary_search_tool_tester.py
index 72816790..45ce0642 100755
--- a/binary_search_tool/test/binary_search_tool_tester.py
+++ b/binary_search_tool/test/binary_search_tool_tester.py
@@ -20,6 +20,7 @@ import gen_obj
class BisectingUtilsTest(unittest.TestCase):
+ """Tests for bisecting tool."""
def setUp(self):
"""Generate [100-1000] object files, and 1-5% of which are bad ones."""