debugpy/tests
Pavel Minaev 0d79c16f80 Fix #1711: adapter: access tokens
Generate server access token in enable_attach(), propagate it to the adapter, and have the adapter authenticate to the server via "pydevdAuthorize".

Generate client access token in adapter when not spawned by server, and propagate it to pydevd.

Fix pydevd to correctly propagate access tokens for subprocesses that are not forked.
2019-12-11 20:42:01 -08:00
..
_logs Also capture full pytest logs with --ptvsd-logs. 2019-09-30 04:41:10 -07:00
debug Tweak test log formatting to match adapter logs, and reset session ID between tests. 2019-12-08 14:13:58 -08:00
DEBUGGEE_PYTHONPATH Add "from __future__ import division" to all ptvsd modules. 2019-10-30 17:12:17 -07:00
patterns Fix #1884: Use sys.platform over platform.system() 2019-11-19 12:05:57 -08:00
ptvsd Disable "redirectOutput" in tests by default. 2019-12-08 14:13:58 -08:00
test_data Fix #1886: test_flask_breakpoint_multiproc fails with run=attach_by_socket 2019-11-18 13:50:14 -08:00
tests Add "from __future__ import division" to all ptvsd modules. 2019-10-30 17:12:17 -07:00
watchdog Fix #1884: Use sys.platform over platform.system() 2019-11-19 12:05:57 -08:00
__init__.py Add "from __future__ import division" to all ptvsd modules. 2019-10-30 17:12:17 -07:00
code.py Add "from __future__ import division" to all ptvsd modules. 2019-10-30 17:12:17 -07:00
conftest.py Add "from __future__ import division" to all ptvsd modules. 2019-10-30 17:12:17 -07:00
logs.py Fix #1711: adapter: access tokens 2019-12-11 20:42:01 -08:00
net.py Improve failed test diagnostics. 2019-11-18 13:50:14 -08:00
pytest_fixtures.py Tweak test log formatting to match adapter logs, and reset session ID between tests. 2019-12-08 14:13:58 -08:00
pytest_hooks.py Add "from __future__ import division" to all ptvsd modules. 2019-10-30 17:12:17 -07:00
requirements.txt Re-pin Flask - still necessary. 2019-12-08 14:13:58 -08:00
timeline.md Update tests to use python debug adapter (#1660) 2019-08-12 13:53:24 -07:00
timeline.py Add ResponseOccurrence.result to alias Response.result 2019-11-18 13:50:14 -08:00