Commit graph

1294 commits

Author SHA1 Message Date
Anthony Scopatz
65fea7dda8
Merge pull request #3200 from virusbb001/3182-fix-cat-proc-file
Fix `cat` can't read pseudo files with zero size
2019-07-23 11:44:06 -04:00
Gil Forsyth
c0b7d1166a
Skip broken test on Windows (sorry)
This is a workaround for strange non-deterministic behavior in pytest
2019-07-13 14:56:17 -04:00
virus
344671ba42 add to restore the deleted new line 2019-07-06 14:28:24 +09:00
Gil Forsyth
839e0ad1a6
Fix pip completer misfires on bagpipes and similar
Requires a word-ending before `pip`, also adding in support for `xpip`
2019-05-30 15:25:16 -04:00
Gil Forsyth
8c6fc1332d
Merge pull request #3141 from xonsh/ansi_colors_style_bw
Ansi colors style bw
2019-05-28 07:58:16 -04:00
Jean-Benoist Leger
5b31fcc643
adding test to prevent missing color defs in ANSI styles 2019-05-27 18:45:00 +02:00
virus
7d97459836 use isinstance for check type 2019-05-23 01:12:58 +09:00
virus
b32525f1b6 add test to check working predict_threadable
Currently, this test fails only on windows.
2019-05-23 01:12:56 +09:00
Jean-Benoist Leger
d81a40efbc
change the env variable used for testing delitem behavior for default values in environ 2019-05-15 23:23:49 +02:00
Gil Forsyth
3b011dcfd1
Merge pull request #3107 from laloch/noexpand-raw-string
Do not attempt to expand raw strings in subprocess mode
2019-05-15 15:11:49 -04:00
Anthony Scopatz
f1127ed916 Revert "updated setup.py for Python 3.4 (revert of 91ec14bb6d)"
This reverts commit 002a317951.
2019-05-14 17:41:35 -04:00
Anthony Scopatz
002a317951 updated setup.py for Python 3.4 (revert of 91ec14bb6d) 2019-05-14 17:32:31 -04:00
David Strobach
450a25f4b0 Test parsing of raw string literals in subprocess mode 2019-05-09 19:34:30 +02:00
Anthony Scopatz
298f138d5e
Merge pull request #3113 from rodrigogolive/remove_py34
Drop support for Python 3.4
2019-05-06 18:15:25 -04:00
Rodrigo Oliveira
91ec14bb6d Drop support for Python 3.4
Minimal required Python version is now 3.5.
2019-05-06 16:51:32 -03:00
Ad115
9c3a28e011 Updated prompt test to handle new behavior 2019-05-06 13:53:11 -05:00
Jean-Benoist Leger
934f337ab1
add test on Env.__delitem__ 2019-04-26 20:27:45 +02:00
virus
5eb745998c xoreutils: rework cat pseudo device again 2019-04-24 22:19:07 +09:00
virus
fb5cd6e3a3 add missing fixture 2019-04-24 22:19:07 +09:00
virus
8b4bd37501 fix of testing when linesep is not "\n" 2019-04-24 22:19:07 +09:00
virus
6ffe2f22db fix failing removing file on windows 2019-04-24 22:19:07 +09:00
virus
e10f090fb9 add test of xoreutils's cat 2019-04-24 22:19:07 +09:00
Morten Enemark Lund
4516a7afda
Merge pull request #3084 from jb-leger/tests_main_AttributeError
Solve AttributeError in test_main and test_ptk_highlight
2019-04-24 07:53:38 +02:00
Jean-Benoist Leger
7725fd5ee0
Properly clean builtins.__xonsh__ before running test in tests/test_ptk_highlight.py 2019-04-19 23:19:40 +02:00
Jean-Benoist Leger
30afd0d13a
Properly clean builtins.__xonsh__ before running test in tests/test_main.py 2019-04-19 23:19:25 +02:00
Jean-Benoist Leger
76222d4244
force --no-gpg-sign for git commit in tests 2019-04-19 14:34:20 +02:00
Kale Kundert
6b0c0dd49f
Add tests (and don't use f-strings). 2019-03-16 11:18:48 -04:00
Anthony Scopatz
081ac6b5bf news and black 2019-03-12 18:45:14 -04:00
Anthony Scopatz
20ac4bf46f basicly working 2019-03-12 18:36:18 -04:00
Anthony Scopatz
49f5eeb6d2 color converter func 2019-03-11 18:34:54 -04:00
Anthony Scopatz
f21ed2b96a fix tests and flake 2019-03-07 15:20:19 -08:00
Anthony Scopatz
d8cb53ae2f more LS_COLOR tests and fixes 2019-03-07 12:01:07 -08:00
Anthony Scopatz
4c3a5c98dd reverse color test fixes 2019-03-07 09:52:15 -08:00
Anthony Scopatz
d7412fb2ec more fixes to color 2019-03-06 23:29:41 -08:00
Anthony Scopatz
53e7645d01 more color fixes 2019-03-06 23:08:26 -08:00
Anthony Scopatz
af694298bf iscolor() 2019-03-06 21:44:18 -08:00
Anthony Scopatz
2bb787411d some color modifier additions, but it is too slow now 2019-03-06 17:49:22 -08:00
Morten Enemark Lund
39e78970c3
Merge pull request #3021 from xonsh/lscolors
LS_COLORS
2019-02-17 08:51:30 +01:00
Anthony Scopatz
c62032075c fixed macro issues 2019-02-14 16:19:13 -05:00
Anthony Scopatz
43d0527657 fixes 2019-02-14 10:00:20 -05:00
Anthony Scopatz
41c240a7ee some test and flake fixes 2019-02-13 19:12:53 -05:00
Anthony Scopatz
1c6b1e1ea4 black 2019-02-13 18:49:39 -05:00
Anthony Scopatz
9b91ec5154 some fixes, but not enough 2019-02-12 18:32:11 -05:00
Anthony Scopatz
04627c9f6b further fixes, but not quite there 2019-02-11 20:02:42 -05:00
Anthony Scopatz
f9b9f23700 added some color translation rules 2019-02-11 17:44:50 -05:00
Anthony Scopatz
10d9e20ba7 some fixes 2019-02-11 15:45:43 -05:00
Anthony Scopatz
7aeb5cd011 Merge branch 'master' into lscolors 2019-02-11 12:30:18 -05:00
Morten Enemark Lund
044773b81c Updates to reflect that ply is only vended now 2019-02-10 14:04:05 +01:00
Anthony Scopatz
efea8f05dc initial translation from ANSI codes to xonsh color names 2019-02-08 16:56:44 -05:00
Anthony Scopatz
8b747c8a58 skip on windows 2019-02-06 15:23:41 -05:00