xonsh/tests
Daniel Shimon f87be90d6f
procs: Add $XONSH_CAPTURE_ALWAYS variable for opt-in interactive capt… (#4283)
* procs: Add $XONSH_CAPTURE_ALWAYS variable for opt-in interactive capturing

* tests: Add tests for $XONSH_CAPTURE_ALWAYS

* tests: Fix tests wrt $XONSH_CAPTURE_ALWAYS

* news: Add optional-interractive-capture
2021-06-21 12:36:37 -04:00
..
aliases Update completer cli (#4299) 2021-05-30 09:42:55 +03:00
bin Run same wc,pwd,cat from tests/bin on Windows. 2020-08-10 01:43:51 -04:00
completers completers: bash: Fix completing an empty prefix (#4316) 2021-06-20 12:54:36 +03:00
fake_lib more mocks for test_xonfig_kernel 2020-09-23 04:35:44 -04:00
histories Fix tests 2020-09-23 21:15:37 +02:00
man1 tests for man completion 2015-06-17 22:58:05 +02:00
procs procs: Add $XONSH_CAPTURE_ALWAYS variable for opt-in interactive capt… (#4283) 2021-06-21 12:36:37 -04:00
prompt feat: add config option to hide gitstatus prompt fields (#4294) 2021-06-11 02:24:24 +03:00
scripts xonsh script.xsh should not fail over 2017-01-11 21:59:42 +08:00
test_lib procs: Add $XONSH_CAPTURE_ALWAYS variable for opt-in interactive capt… (#4283) 2021-06-21 12:36:37 -04:00
xontribs Remove globals (#4280) 2021-05-20 13:14:26 +03:00
xpack test subpackage 2015-03-29 22:53:33 -05:00
.somedotfile dotfile matching 2018-09-12 18:12:02 -04:00
bashrc.sh added tests for foreign shells 2015-10-10 19:52:53 -04:00
batch.bat Add test for sourcing bat file on windows 2016-04-18 00:41:11 +02:00
conftest.py add py310 (#4270) 2021-06-07 13:40:40 -04:00
run_pwd.xsh more fixes 2016-09-09 00:58:32 -04:00
sample.xsh fixed up dashing 2018-11-08 13:16:44 -05:00
test_aliases.py Remove globals (#4280) 2021-05-20 13:14:26 +03:00
test_ansi_colors.py Remove globals (#4280) 2021-05-20 13:14:26 +03:00
test_ast.py Flake8 1 (#3550) 2020-05-05 06:42:28 -04:00
test_base_shell.py Remove globals (#4280) 2021-05-20 13:14:26 +03:00
test_bashisms.py Remove globals (#4280) 2021-05-20 13:14:26 +03:00
test_builtins.py Remove globals (#4280) 2021-05-20 13:14:26 +03:00
test_cli_utils.py Completer py api (#4018) 2020-12-16 14:26:22 -05:00
test_color_tools.py Fix tests 2020-09-23 21:15:37 +02:00
test_commands_cache.py Remove globals (#4280) 2021-05-20 13:14:26 +03:00
test_completer.py Remove globals (#4280) 2021-05-20 13:14:26 +03:00
test_completion_context.py Remove globals (#4280) 2021-05-20 13:14:26 +03:00
test_contexts.py black tests 2018-08-30 09:18:49 -05:00
test_dirstack.py Remove globals (#4280) 2021-05-20 13:14:26 +03:00
test_dirstack_unc.py add py310 (#4270) 2021-06-07 13:40:40 -04:00
test_environ.py Remove globals (#4280) 2021-05-20 13:14:26 +03:00
test_events.py Remove globals (#4280) 2021-05-20 13:14:26 +03:00
test_execer.py Fix the handling of colons when mixed with comments (#4332) 2021-06-20 12:50:03 +03:00
test_foreign_shells.py Flake8 1 (#3550) 2020-05-05 06:42:28 -04:00
test_history_dummy.py Remove globals (#4280) 2021-05-20 13:14:26 +03:00
test_history_json.py Remove globals (#4280) 2021-05-20 13:14:26 +03:00
test_history_sqlite.py Remove globals (#4280) 2021-05-20 13:14:26 +03:00
test_imphooks.py Remove globals (#4280) 2021-05-20 13:14:26 +03:00
test_integrations.py Fix atdollar_no_output test (#4322) 2021-06-14 08:47:05 +03:00
test_jsonutils.py black tests 2018-08-30 09:18:49 -05:00
test_jupyter_kernel.py Remove globals (#4280) 2021-05-20 13:14:26 +03:00
test_lazyasd.py black tests 2018-08-30 09:18:49 -05:00
test_lazyjson.py black tests 2018-08-30 09:18:49 -05:00
test_lexer.py Remove globals (#4280) 2021-05-20 13:14:26 +03:00
test_main.py Remove globals (#4280) 2021-05-20 13:14:26 +03:00
test_man.py Remove globals (#4280) 2021-05-20 13:14:26 +03:00
test_mpl.py Flake8 1 (#3550) 2020-05-05 06:42:28 -04:00
test_news.py chore: move news items check to qa (#4314) 2021-06-11 15:01:35 +03:00
test_parser.py Remove globals (#4280) 2021-05-20 13:14:26 +03:00
test_path_completers.py Remove globals (#4280) 2021-05-20 13:14:26 +03:00
test_pipelines.py procs: Add $XONSH_CAPTURE_ALWAYS variable for opt-in interactive capt… (#4283) 2021-06-21 12:36:37 -04:00
test_platform.py Fix empty command error message (#4308) 2021-06-11 14:11:19 +03:00
test_ptk_completer.py Remove globals (#4280) 2021-05-20 13:14:26 +03:00
test_ptk_highlight.py Remove globals (#4280) 2021-05-20 13:14:26 +03:00
test_ptk_history.py black updates to tests and docs 2020-08-26 10:10:59 -05:00
test_ptk_multiline.py Remove globals (#4280) 2021-05-20 13:14:26 +03:00
test_ptk_shell.py add py310 (#4270) 2021-06-07 13:40:40 -04:00
test_pyghooks.py add py310 (#4270) 2021-06-07 13:40:40 -04:00
test_python_completers.py Remove globals (#4280) 2021-05-20 13:14:26 +03:00
test_readline_shell.py black updates to tests and docs 2020-08-26 10:10:59 -05:00
test_shell.py Remove globals (#4280) 2021-05-20 13:14:26 +03:00
test_tools.py Fix the handling of colons when mixed with comments (#4332) 2021-06-20 12:50:03 +03:00
test_vox.py Remove globals (#4280) 2021-05-20 13:14:26 +03:00
test_wizard.py Flake8 1 (#3550) 2020-05-05 06:42:28 -04:00
test_xonfig.py Remove globals (#4280) 2021-05-20 13:14:26 +03:00
test_xonsh.xsh Remove globals (#4280) 2021-05-20 13:14:26 +03:00
test_xontribs.py refactor: replace xontribs.json with xontribs_meta.py 2020-11-10 22:12:27 +05:30
test_xoreutils.py Remove globals (#4280) 2021-05-20 13:14:26 +03:00
tools.py feat: add config option to hide gitstatus prompt fields (#4294) 2021-06-11 02:24:24 +03:00