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()