xonsh/tests
Anthony Scopatz 70bd020858
Merge pull request #3660 from laloch/fstrings
Improve handling of f-strings
2020-08-20 15:25:42 -05:00
..
aliases Flake8 1 (#3550) 2020-05-05 06:42:28 -04:00
bin Run same wc,pwd,cat from tests/bin on Windows. 2020-08-10 01:43:51 -04:00
completers Merge pull request #3527 from xonsh/fix_pip_completer 2020-05-08 15:10:44 +02:00
histories fixed replay tests 2017-02-25 21:28:28 -05:00
man1
scripts xonsh script.xsh should not fail over 2017-01-11 21:59:42 +08:00
test_lib Fix legitimate builtins has no attribute __xonsh__ errors 2020-08-10 13:24:10 +02:00
xontribs xontrib: jedi: Add jedi completer tests 2020-08-05 00:15:17 +03:00
xpack
.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 Finalize f-string handler transition 2020-08-17 13:41:11 +02: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 Flake8 1 (#3550) 2020-05-05 06:42:28 -04:00
test_ansi_colors.py more color code fixes and robustness 2019-10-07 14:39:10 -04:00
test_ast.py Flake8 1 (#3550) 2020-05-05 06:42:28 -04:00
test_base_shell.py many test fixes 2018-09-13 14:03:35 -04:00
test_bashisms.py Flake8 1 (#3550) 2020-05-05 06:42:28 -04:00
test_builtins.py Flake8 1 (#3550) 2020-05-05 06:42:28 -04:00
test_color_tools.py more color fixes 2019-03-06 23:08:26 -08:00
test_commands_cache.py use isinstance for check type 2019-05-23 01:12:58 +09:00
test_contexts.py black tests 2018-08-30 09:18:49 -05:00
test_dirstack.py Flake8 1 (#3550) 2020-05-05 06:42:28 -04:00
test_dirstack_unc.py Flake8 1 (#3550) 2020-05-05 06:42:28 -04:00
test_environ.py fix tests 2020-08-16 19:13:35 -05:00
test_events.py some fixes, but not enough 2019-02-12 18:32:11 -05:00
test_execer.py Add execx/evalx EOL tests 2020-03-19 11:56:11 +01:00
test_foreign_shells.py Flake8 1 (#3550) 2020-05-05 06:42:28 -04:00
test_history.py fix history gc for JSON backend; deal with large accumulations while this was broken 2020-06-26 20:47:54 -04:00
test_history_sqlite.py feat: add HISTCONTROL(erasedups) support to sqlite backend 2020-03-19 12:58:31 +05:30
test_imphooks.py Flake8 1 (#3550) 2020-05-05 06:42:28 -04:00
test_integrations.py Skip tests that run xonsh in subproc if not installedDo not try to shoehorn module into PATH(too complex to track Windows vs other VENV). 2020-08-10 17:16:36 -04:00
test_jsonutils.py black tests 2018-08-30 09:18:49 -05: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 Updates to reflect that ply is only vended now 2019-02-10 14:04:05 +01:00
test_main.py Xonsh failback to /usr/bin/bash in preference to /etc/shells 2020-06-25 19:49:04 -04:00
test_man.py Flake8 1 (#3550) 2020-05-05 06:42:28 -04:00
test_mpl.py Flake8 1 (#3550) 2020-05-05 06:42:28 -04:00
test_news.py typo 2018-12-22 12:00:22 -08:00
test_parser.py Fix literal whitespace being deleted from f-strings 2020-08-20 05:41:28 +02:00
test_path_completers.py Flake8 1 (#3550) 2020-05-05 06:42:28 -04:00
test_platform.py black tests 2018-08-30 09:18:49 -05:00
test_prompt.py "Adding test to validate additional color stripping." 2020-02-08 18:31:53 -05:00
test_ptk_completer.py Fix legitimate builtins has no attribute __xonsh__ errors 2020-08-10 13:24:10 +02:00
test_ptk_highlight.py Flake8 1 (#3550) 2020-05-05 06:42:28 -04:00
test_ptk_history.py Add ptk3 (#3521) 2020-04-18 10:44:27 -04:00
test_ptk_multiline.py Add ptk3 (#3521) 2020-04-18 10:44:27 -04:00
test_ptk_shell.py Moved tokenize_ansi into ptk_shell.shell, added unit tests for ANSI tokenization. 2020-08-16 20:13:07 +02:00
test_pyghooks.py test 2020-06-24 20:03:56 -04:00
test_python_completers.py Flake8 1 (#3550) 2020-05-05 06:42:28 -04:00
test_readline_shell.py completers: ptk, readline: Add tests for RichCompletion 2020-08-05 00:15:17 +03:00
test_tools.py Fix legitimate builtins has no attribute __xonsh__ errors 2020-08-10 13:24:10 +02:00
test_vox.py Remove most of Python 3.5 compatibility code. (#3654) 2020-08-05 10:29:31 -04:00
test_wizard.py Flake8 1 (#3550) 2020-05-05 06:42:28 -04:00
test_xonsh.xsh many test fixes 2018-09-13 14:03:35 -04:00
test_xontribs.py Flake8 1 (#3550) 2020-05-05 06:42:28 -04:00
test_xoreutils.py add to restore the deleted new line 2019-07-06 14:28:24 +09:00
tools.py Add walrus tests 2020-08-11 18:26:40 +02:00