From b646cc50e70c2ae85ab0a40972bf4a96e55ac746 Mon Sep 17 00:00:00 2001 From: Eric Snow Date: Mon, 22 Jan 2018 17:42:39 +0000 Subject: [PATCH] Add a docstring to clarify the purpose of some tests. --- tests/system_tests/test_schema.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/system_tests/test_schema.py b/tests/system_tests/test_schema.py index 33b5b6a7..f7237d0e 100644 --- a/tests/system_tests/test_schema.py +++ b/tests/system_tests/test_schema.py @@ -12,6 +12,7 @@ from debugger_protocol.schema.__main__ import handle_check class VendoredSchemaTests(unittest.TestCase): + """Tests to make sure our vendored schema is up-to-date.""" def test_matches_upstream(self): stdout = io.StringIO()