Add a docstring to clarify the purpose of some tests.

This commit is contained in:
Eric Snow 2018-01-22 17:42:39 +00:00
parent 1e54875b7d
commit b646cc50e7

View file

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