MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / test_case_unhandled_exception

Route test_case_unhandled_exception

tests_python/test_debugger_json.py:None–None  ·  view source on GitHub ↗
pytest.mark.parametrize(
    "target_file",
    [
        "_debugger_case_unhandled_exceptions.py",
        "_debugger_case_unhandled_exceptions_custom.py",
    ],
)

Source from the content-addressed store, hash-verified

1# coding: utf-8
2from collections import namedtuple
3import json
4from os.path import normcase

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected