mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Add a docstring to clarify the purpose of some tests.
This commit is contained in:
parent
1e54875b7d
commit
b646cc50e7
1 changed files with 1 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue