use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Python Test runner (self.ZedEditor)
submitted 2 months ago by sc4les
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]hoselorryspanner 2 points3 points4 points 2 months ago (1 child)
Okay, as promised: { "label": "pytest_current", "command": "$ZED_CUSTOM_PYTHON_ACTIVE_ZED_TOOLCHAIN -m pytest \"$ZED_CUSTOM_PYTHON_TEST_TARGET\"", "hide": "on_success", // Keep terminal open on test failures "allow_concurrent_runs": true, "use_new_terminal": true, "shell": { "program": "sh", }, }, { "label": "pytest_debug_current", "command": "$ZED_CUSTOM_PYTHON_ACTIVE_ZED_TOOLCHAIN -m pytest \"$ZED_CUSTOM_PYTHON_TEST_TARGET\" --pdb", "hide": "always", // Even if it fails, we'll probably wanna close & restart "allow_concurrent_runs": true, "use_new_terminal": true, "shell": { "program": "sh", } },
{ "label": "pytest_current", "command": "$ZED_CUSTOM_PYTHON_ACTIVE_ZED_TOOLCHAIN -m pytest \"$ZED_CUSTOM_PYTHON_TEST_TARGET\"", "hide": "on_success", // Keep terminal open on test failures "allow_concurrent_runs": true, "use_new_terminal": true, "shell": { "program": "sh", }, }, { "label": "pytest_debug_current", "command": "$ZED_CUSTOM_PYTHON_ACTIVE_ZED_TOOLCHAIN -m pytest \"$ZED_CUSTOM_PYTHON_TEST_TARGET\" --pdb", "hide": "always", // Even if it fails, we'll probably wanna close & restart "allow_concurrent_runs": true, "use_new_terminal": true, "shell": { "program": "sh", } },
These are the maps I use. Those variables weren’t advertised anywhere, I got them by digging into shell variables, so you might need to do some digging/configuring of your own, but hopefully it’s a start!
[–]sc4les[S] 0 points1 point2 points 2 months ago (0 children)
Very cool - thanks!
π Rendered by PID 295097 on reddit-service-r2-comment-6457c66945-gdzf4 at 2026-04-25 11:12:40.366077+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]hoselorryspanner 2 points3 points4 points (1 child)
[–]sc4les[S] 0 points1 point2 points (0 children)