mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Add "make check-dap-schema".
This commit is contained in:
parent
7a5eb10549
commit
d65c4f793a
2 changed files with 5 additions and 1 deletions
4
Makefile
4
Makefile
|
|
@ -27,6 +27,10 @@ test-quick:
|
|||
ci-test:
|
||||
$(PYTHON) -m tests --full --no-network
|
||||
|
||||
.PHONY: check-dap-schema
|
||||
check-dap-schema:
|
||||
$(PYTHON) -m debugger_protocol.schema check
|
||||
|
||||
.PHONY: coverage
|
||||
coverage: ## Check line coverage.
|
||||
#$(PYTHON) -m coverage run --include 'ptvsd/*.py' --omit 'ptvsd/pydevd/*.py' -m tests
|
||||
|
|
|
|||
|
|
@ -14,8 +14,8 @@ def convert_argv(argv):
|
|||
help = False
|
||||
quick = False
|
||||
network = True
|
||||
lint = False
|
||||
runtests = True
|
||||
lint = False
|
||||
args = []
|
||||
modules = set()
|
||||
for arg in argv:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue