Anthony Scopatz
9640461451
some formatting fixes
2018-07-15 17:00:46 -05:00
Anthony Scopatz
69eb19834a
skip ptk <2 tests
2018-07-15 16:37:21 -05:00
Anthony Scopatz
ea121c81c3
some test fixes
2018-07-15 15:25:33 -05:00
Gil Forsyth
45ba89751c
Remove warning about ptk2 and fix tests
2018-07-14 22:08:30 -04:00
Anthony Scopatz
ba2e22f733
Merge branch 'master' into ptk_2.0
2018-07-14 18:07:21 -05:00
Anthony Scopatz
2086a58993
fixed monkey patched test_main shell
2018-07-14 18:05:54 -05:00
Gil Forsyth
6170882151
Update ptk tests for ptk2
2018-07-14 19:00:22 -04:00
Anthony Scopatz
3779e8b520
test fix
2018-07-14 13:40:04 -05:00
christopher
df28bc4a5b
remove unused code
2018-07-10 15:52:35 -04:00
christopher
7e9922e205
move back to pushd popd
2018-07-10 13:43:48 -04:00
christopher
1e9d8e70d8
use os_indir to simulate indir behavior
2018-07-10 13:21:34 -04:00
christopher
3cd114eee9
pushd/popd failing test
2018-07-06 23:51:11 -04:00
christopher
b190968b5b
it seems that pushd and popd may be too smart for their own good
2018-07-06 23:36:44 -04:00
christopher
4e7c50b073
fix style, use pushd/popd and return correct code for check_call
2018-07-03 12:48:57 -04:00
christopher
5559c3f82a
fix xonsh tests via remove fixtures
2018-07-03 11:22:58 -04:00
christopher
bdda27f657
remove importhooks from tests and add args/kwargs to pytest plugin
2018-07-03 10:58:14 -04:00
christopher
b9c5b09937
WIP: make xonsh standard lib
2018-06-28 11:28:28 -04:00
christopher
447fa7b717
add tests
2018-06-27 21:55:40 -04:00
Robert DeFriesse
fc926260ad
Regression test for windows redirection bug fix.
2018-06-25 16:22:52 -04:00
Gil Forsyth
366089635c
Fix $CDPATH
completion misfire
...
The `path` completer runs for many commands (which is the correct
behavior) but we are adding in possible `CDPATH` completions for commands
other than `cd` which doesn't make any sense since only `cd` supports
path resolution via `CDPATH`.
2018-06-17 10:17:07 -04:00
Sagar Tewari
ecf14e2588
fixed a minor bug
2018-06-06 13:51:45 +05:30
Sagar Tewari
73f2f44bfa
fixed some minor bugs
2018-06-06 12:43:55 +05:30
Sagar Tewari
e70c58b7b7
fixed a minor problem
2018-06-06 12:34:30 +05:30
Sagar Tewari
a2ee1309ca
fixed buggy rst file checker
2018-06-06 12:28:23 +05:30
Anthony Scopatz
d9b195dc3c
fixed wizard writing of more sophisticated container types
2018-05-23 16:36:05 -04:00
Anthony Scopatz
68e09e6569
resolved conflicts
2018-04-20 12:16:19 -04:00
Anthony Scopatz
9f355b140c
lambda AST fixes
2018-04-03 21:57:30 -04:00
Gil Forsyth
75120dfd20
Merge pull request #2559 from xonsh/e2o
...
fixed callable alias e>o redirection
2018-03-29 18:26:08 -04:00
Maximilian Köhl
7334c7a5c4
fix AppVeyor MSYS2 test script to no longer use symlinks in pytest
2017-12-31 17:50:55 +01:00
Anthony Scopatz
226e6916bf
fixed StateVistor.flatten() bug
2017-12-18 19:22:06 -08:00
Anthony Scopatz
d2928dec6b
fixed tests for no conf
2017-12-18 19:13:49 -08:00
Anthony Scopatz
a4d52f25d3
Merge branch 'master' into e2o
2017-12-18 01:19:08 -08:00
Anthony Scopatz
9f6e88ec02
added file inserter to wizard
2017-12-15 14:43:35 -05:00
Gil Forsyth
e3c03388b6
Merge pull request #2556 from xonsh/synstar
...
Fixed def spam(*): pass issue
2017-12-09 13:58:18 -05:00
Anthony Scopatz
ce030eb85e
fixed callable alias e>o redirection
2017-12-07 23:24:06 -05:00
Anthony Scopatz
38cffd2bdc
Py v3.4 compat
2017-12-07 17:17:53 -05:00
Anthony Scopatz
70d7ef7c31
added test for iglobpath
2017-12-07 16:44:01 -05:00
Anthony Scopatz
3f9bfed62c
Fixed def spam(*): pass issue
2017-12-06 22:12:50 -05:00
Jamie Bliss
517b176456
Remove lines/columns from the default environment
2017-11-29 13:51:13 -05:00
Anthony Scopatz
80712dbd36
conda test fixes
2017-11-22 19:23:47 -05:00
Anthony Scopatz
70b5b85d37
fix for running tests as root
2017-11-22 19:19:22 -05:00
Gil Forsyth
cf973c202b
Escape regex in path completion
2017-11-16 18:44:31 -05:00
Anthony Scopatz
b1ec6c7069
fix for echo * spam ; echo spam
2017-11-09 20:20:40 -05:00
Anthony Scopatz
be64cf9864
fix for eating semicolons
2017-11-08 20:54:18 -05:00
Anthony Scopatz
88647b4a8f
Merge pull request #2434 from xonsh/no_rc_for_scripts
...
Don't load xonshrc is xonsh is running a script
2017-11-07 21:33:38 -05:00
Gil Forsyth
2bc22c9d18
Merge pull request #2516 from nilehmann/add_fstrings_to_check_quotes
...
Allow f-strings in check_quotes
2017-11-06 18:40:52 -05:00
Nico Lehmann
0b27206d50
Allow fstrings in check_quotes
2017-10-27 23:58:25 -07:00
Gordon Ball
bd2bcdc291
Skip parser tests if python < 3.6
2017-10-09 13:36:34 +00:00
Gordon Ball
d45daf97e4
Test numeric underscores in parser, lexer
2017-10-09 13:13:28 +00:00
Gil Forsyth
12362d7dd5
Resolve behavior between script
call and -i
2017-09-27 19:16:14 -04:00