- Entering 'hdebug' in the terminal changes to the hdebug directory
- In that directory I can run 'python main.py' and will block waiting for debugger
- Running using the debug config then seems to find no tests
Debug console output:
==================================================== test session starts =====================================================
platform darwin -- Python 3.9.7, pytest-6.2.5, py-1.11.0, pluggy-1.0.0
rootdir: /Users/grwheele/repos/hypothesis-debug-vscode
plugins: instafail-0.4.2, xdist-2.5.0, forked-1.4.0, cython-0.1.1.post0, hypothesis-6.35.0, asyncio-0.17.0, anyio-3.3.4, cov-3.0.0
collecting ...
collected 0 items
====================================================== warnings summary ======================================================
../../../../../usr/local/lib/python3.9/site-packages/pytest_asyncio/plugin.py:112
/usr/local/lib/python3.9/site-packages/pytest_asyncio/plugin.py:112: DeprecationWarning: The 'asyncio_mode' default value will change to 'strict' in future, please explicitly use 'asyncio_mode=strict' or 'asyncio_mode=auto' in pytest configuration file.
config.issue_config_time_warning(LEGACY_MODE, stacklevel=2)
-- Docs: https://docs.pytest.org/en/stable/warnings.html
===================================================== 1 warning in 0.13s =====================================================