debugpy/tests/debugpy
2025-03-07 15:49:46 -08: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 Get rid of silly raise/except clause 2025-03-07 15:49:46 -08: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 Properly update pydevd._settrace.called (#1751) 2024-12-06 14:48:58 -08:00
test_breakpoints.py Try to get more logging from 3.13 failures (#1711) 2024-10-24 11:08:42 -07: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 Try to get more logging from 3.13 failures (#1711) 2024-10-24 11:08:42 -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 Updates from pydevd (#1706) 2024-10-21 10:17:39 -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 Try to get more logging from 3.13 failures (#1711) 2024-10-24 11:08:42 -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 Updates from pydevd (#1706) 2024-10-21 10:17:39 -07:00
test_path_mapping.py Remove redundant "from __future__ import ..." 2022-04-13 11:38:41 -07:00
test_run.py Updates from pydevd (#1706) 2024-10-21 10:17:39 -07: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