debugpy/tests/debugpy
Pavel Minaev b9b09e662f Fix #1408: Can no longer expand Numpy arrays to view elements
Fix regression when loading pydevd plugins for numpy, pandas, and django.

Add smoke test for numpy arrays.
2023-12-15 00:14:23 -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 Remove debugpy.compat, custom !j formatter for JSON, and related helpers. 2022-04-13 11:38:41 -07: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 Fix #1337: Get port info from debugpy 2023-10-06 09:55:52 -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 Show chained exception frames in stack. Fixes #1042 2022-09-26 15:21:40 -03: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 Remove redundant "from __future__ import ..." 2022-04-13 11:38:41 -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 #1408: Can no longer expand Numpy arrays to view elements 2023-12-15 00:14:23 -08: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