debugpy/tests/debugpy
Rich Chiodo f7d5df027c
Get Python 3.13 to work (#1692)
* Get debug launch working

* Turn Cython support back on

* Fix test failures

* Fix gevent test to be skipped

* Missed a version change in pipeline

* Fix comment

* Review feedback
2024-10-10 09:03:34 -07:00
..
adapter Remove redundant "from __future__ import ..." 2022-04-13 11:38:41 -07:00
common no need to use f-string 2022-05-02 00:16:19 -07:00
server Fix bug in parser and fix unit test 2024-07-24 00:02:17 -05:00
__init__.py Remove redundant "from __future__ import ..." 2022-04-13 11:38:41 -07:00
test_args.py Fix #1001: Enable controlling shell expansion via "argsCanBeInterpretedByShell" 2022-08-04 13:49:32 -07:00
test_attach.py Get debug attach to work for 3.12 (#1683) 2024-09-24 09:55:36 -07:00
test_breakpoints.py Don't stop on logpoints with conditions. Fixes #1146 2022-12-17 07:46:44 -03:00
test_completions.py Remove redundant "from __future__ import ..." 2022-04-13 11:38:41 -07:00
test_disconnect.py Remove redundant "from __future__ import ..." 2022-04-13 11:38:41 -07:00
test_django.py Remove debugpy.compat, custom !j formatter for JSON, and related helpers. 2022-04-13 11:38:41 -07:00
test_docstrings.py Fix docstrings not exposed on public API. 2022-05-23 14:01:24 -07:00
test_env.py Blacken code. 2022-04-13 11:38:41 -07:00
test_evaluate.py Blacken code. 2022-04-13 11:38:41 -07:00
test_exception.py Get Python 3.13 to work (#1692) 2024-10-10 09:03:34 -07:00
test_exclude_rules.py Get rid of fmt() and use idiomatic format() and f"" instead. 2022-04-13 11:38:41 -07:00
test_flask.py Remove debugpy.compat, custom !j formatter for JSON, and related helpers. 2022-04-13 11:38:41 -07:00
test_gevent.py Get Python 3.13 to work (#1692) 2024-10-10 09:03:34 -07:00
test_input.py Remove redundant "from __future__ import ..." 2022-04-13 11:38:41 -07:00
test_justmycode.py Remove redundant "from __future__ import ..." 2022-04-13 11:38:41 -07:00
test_log.py Use pydevd.log_to in debugpy to enable pydevd logging given the usage of debugpy.log_to. Fixes #1030 2022-09-02 08:45:20 -03:00
test_multiproc.py Fix #1074: Use "startDebugging" request for subprocesses 2023-02-07 13:04:58 -08:00
test_numpy.py fix broken numpy assert for 3.8 2024-07-09 16:10:42 -05:00
test_output.py Provide feedback/information in the debug console if attach to PID is slow. Fixes #1003 2022-10-17 07:05:09 -03:00
test_path_mapping.py Remove redundant "from __future__ import ..." 2022-04-13 11:38:41 -07:00
test_run.py Work around #1230 2023-03-07 12:16:58 -08:00
test_source_mapping.py Remove redundant "from __future__ import ..." 2022-04-13 11:38:41 -07:00
test_step.py Remove redundant "from __future__ import ..." 2022-04-13 11:38:41 -07:00
test_stop_on_entry.py Remove redundant "from __future__ import ..." 2022-04-13 11:38:41 -07:00
test_system_info.py Blacken code. 2022-04-13 11:38:41 -07:00
test_threads.py disable this linter error 2023-09-19 15:29:18 -05:00
test_tracing.py Remove redundant "from __future__ import ..." 2022-04-13 11:38:41 -07:00
test_vs_specific.py Remove redundant "from __future__ import ..." 2022-04-13 11:38:41 -07:00