From 82424a792bfc0d6bee71c1b2a8b559c38409387c Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Thu, 5 Sep 2024 12:22:21 -0700 Subject: [PATCH] Running test inside of LLDB doesn't seem to work as expected; undocument Closes #231 We'll re-introduce documentation, once we know how to do this properly. --- spin/cmds/meson.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/spin/cmds/meson.py b/spin/cmds/meson.py index 6cdbfe6..f49e6fd 100644 --- a/spin/cmds/meson.py +++ b/spin/cmds/meson.py @@ -466,10 +466,6 @@ def test( spin test -j auto - To run a test inside of LLDB: - - spin lldb -- python -mspin test ... - For more, see `pytest --help`. """ # noqa: E501 cfg = get_config()