mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Raise error if target is whitespace, fix test
This commit is contained in:
parent
05709cfa10
commit
c5259c7e3f
2 changed files with 3 additions and 3 deletions
|
|
@ -180,7 +180,7 @@ def test_address_required(cli):
|
|||
|
||||
def test_missing_target(cli):
|
||||
with pytest.raises(ValueError) as ex:
|
||||
cli(["--listen", "8888"])
|
||||
cli(["--listen", "8888", "-m", ""])
|
||||
|
||||
assert "missing target" in str(ex.value)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue