| Index: third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/test_expectations_unittest.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/test_expectations_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/test_expectations_unittest.py
|
| index ed388eeb4d15cbad08c8e4f023af4418c0d14cee..e85c0aa3415b09b87b74e94c5d6df4902c40a90e 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/test_expectations_unittest.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/test_expectations_unittest.py
|
| @@ -33,6 +33,7 @@ from webkitpy.common.host_mock import MockHost
|
|
|
|
|
| class ErrorCollector(object):
|
| +
|
| """An error handler class for unit tests."""
|
|
|
| def __init__(self):
|
| @@ -55,6 +56,7 @@ class ErrorCollector(object):
|
|
|
|
|
| class TestExpectationsTestCase(unittest.TestCase):
|
| +
|
| """TestCase for test_expectations.py"""
|
|
|
| def setUp(self):
|
|
|