mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Fix #1064: test_module_events is failing on Windows Use Unicode literals throughout wrapper.py, and fix pathname handling. Add evaluation test for Unicode character in an expression. Fix path pattern such that its __eq__ is used deterministically. |
||
|---|---|---|
| .. | ||
| testfiles | ||
| __init__.py | ||
| test_args.py | ||
| test_attach.py | ||
| test_break_into_dbg.py | ||
| test_breakpoints.py | ||
| test_completions.py | ||
| test_disconnect.py | ||
| test_django.py | ||
| test_evaluate.py | ||
| test_exception.py | ||
| test_flask.py | ||
| test_multiproc.py | ||
| test_output.py | ||
| test_path_mapping.py | ||
| test_run.py | ||
| test_start_stop.py | ||
| test_threads.py | ||
| test_vs_specific.py | ||