Skip to content

Commit ab5f97d

Browse files
committed
debug
1 parent 45fc0da commit ab5f97d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

noxfile.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ def test(session):
4545
"--cov-config=setup.cfg",
4646
f"--junitxml={junit_xml}",
4747
"--log-level=debug",
48-
"-vv",
48+
"-vvv",
4949
"--cache-clear",
50+
"--collect-only",
5051
*(session.posargs),
5152
]
5253
session.run(*pytest_argv)

test_elasticsearch_serverless/test_server/test_rest_api_spec.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,7 @@ def remove_implicit_resolver(cls, tag_to_remove):
563563
if pytest_test_name.startswith(prefix):
564564
pytest_test_name = pytest_test_name[len(prefix) :]
565565
pytest_param_id = "%s[%d]" % (pytest_test_name, test_number)
566+
raise ValueError(f"'{pytest_test_name}' | '{pytest_param_id}'")
566567

567568
pytest_param = {
568569
"setup": setup_steps,

0 commit comments

Comments
 (0)