Commit graph

226 commits

Author SHA1 Message Date
Anthony Scopatz
1c139047d6 some stuff 2016-09-02 19:57:25 -04:00
Anthony Scopatz
2e775ae98a remove test parser table creation 2016-09-02 19:51:48 -04:00
Anthony Scopatz
d392e9e9d6 fixed minor conflict 2016-08-31 00:21:27 -04:00
Anthony Scopatz
b2663358f5 nested subporcess macros 2016-08-30 21:04:03 -04:00
Anthony Scopatz
5f5aa2f45b trouble with xml block 2016-08-29 01:10:57 -04:00
Anthony Scopatz
2014f13f9a many suite tests 2016-08-28 16:17:51 -04:00
Anthony Scopatz
4589a4408d have simple version too 2016-08-28 16:06:01 -04:00
Anthony Scopatz
c2b9fd34b0 more tests and fixes 2016-08-28 15:30:44 -04:00
Anthony Scopatz
c9a652a526 initially working with! 2016-08-28 15:13:03 -04:00
Anthony Scopatz
4dda6d3fce fixed more test conflicts 2016-08-27 21:15:10 -04:00
Anthony Scopatz
0f70303624 fixed conflicts with tests 2016-08-27 21:13:57 -04:00
Anthony Scopatz
5e68e536e8 Merge pull request #1592 from xonsh/more_syntax_errors
Handle More Syntax Errors
2016-08-27 21:11:58 -04:00
Anthony Scopatz
1a62cfe248 tests indicate that it works 2016-08-27 18:12:09 -04:00
Anthony Scopatz
0edb58f1b8 some test fixes 2016-08-27 17:38:57 -04:00
Anthony Scopatz
d4fc7ef5ad mostly there 2016-08-27 17:28:45 -04:00
Anthony Scopatz
14ba018c8d have no-ops 2016-08-27 16:46:32 -04:00
Anthony Scopatz
a4471a0201 some macro arg cleanup 2016-08-27 11:40:52 -04:00
Anthony Scopatz
ace8a2b57e Merge branch 'master' into m 2016-08-26 21:30:05 -04:00
Anthony Scopatz
9a958f2eba more expand vars 2016-08-25 00:35:02 -04:00
Anthony Scopatz
fa76a979e7 Merge branch 'master' into m 2016-08-24 23:57:23 -04:00
BlahGeek
bf5935c3ae add more more test case 2016-08-21 20:47:13 +08:00
BlahGeek
c2a56b5bc7 fix parsing for bare tuple of tuples 2016-08-21 10:07:18 +08:00
Anthony Scopatz
ea58a8bdd0 added ws after comma 2016-08-20 19:00:41 -04:00
Anthony Scopatz
92466763a1 fixed trailing macro comma issue 2016-08-20 18:48:55 -04:00
Anthony Scopatz
b2da4ca2e7 test refactor 2016-08-20 13:11:48 -04:00
Anthony Scopatz
57726327dd even more tests 2016-08-20 13:08:56 -04:00
Anthony Scopatz
e0d0d42f55 more macros 2016-08-20 12:39:12 -04:00
Anthony Scopatz
698e16c3b5 some fixes 2016-08-20 10:30:23 -04:00
Anthony Scopatz
4dd6e9621d have tuples, missing whitespace 2016-08-20 08:33:01 -04:00
Anthony Scopatz
15e23a9060 more fixes 2016-08-20 07:46:03 -04:00
Anthony Scopatz
cf68b36285 Merge branch 'master' into m 2016-08-19 20:36:27 -04:00
adam j hartz
f9d4c9d3e7 better test organization 2016-08-19 16:07:08 -04:00
adam j hartz
959270c0d2 add tests 2016-08-19 15:43:26 -04:00
Anthony Scopatz
c8727f17b3 Added function arguments to scope 2016-08-19 01:45:44 -04:00
Anthony Scopatz
49b2f8d7d8 newb error 2016-08-14 18:52:39 -04:00
laerus
8bde7a5f7f 'test_parser nodes_equal fix' 2016-07-04 16:32:03 +03:00
laerus
603681aa8a test_parser fix 2016-07-02 03:43:49 +03:00
laerus
bea8c62829 tests bugs fixing/test_parser & test_tools to go 2016-07-01 21:52:37 +03:00
laerus
b83906381e test_parser incomplete 2016-07-01 17:50:01 +03:00
laerus
f43ddcfe27 'revert test_parser' 2016-07-01 12:43:32 +03:00
Konstantinos Tsakiltzidis
ba6f63f143 Merge branch 'master' into pytest_migration 2016-06-29 16:58:08 +03:00
Morten Enemark Lund
064e86825d Better integration of the check_ast, check_stmts, check_xonsh, check_xonsh_ast assertion helpers 2016-06-23 20:16:58 +02:00
Gil Forsyth
a05defc857 fix EnvPath test failures
EnvPath's `__getitem__` method calls `expandvars` which only performs
expansion if the ENV_VAR `EXPAND_ENV_VARS` is `True`.  And since our
environments aren't bleeding over into the tests anymore, this wasn't
being set.  So a quick mock env added in to the expansion tests and
we're good to go.
2016-06-23 10:25:42 -04:00
Gil Forsyth
2f4adb2cbe fix skip error (no yield inside skipped functions)
note that pytest is a bit finicky about how it skips things.  we can't
use the `yield check_ast, asdf, asdf` format within a skipped function
since it will still be parsed and in the case of python3.5 only syntax,
python3.4 barfs
2016-06-23 09:59:21 -04:00
Morten Enemark Lund
cdf9e43bae Fix pytest skip 2016-06-23 14:46:15 +02:00
Konstantinos Tsakiltzidis
f40a6e3170 'escape 3.5 tests with if instead of skip' 2016-06-23 13:01:20 +03:00
Konstantinos Tsakiltzidis
b55fcee067 'main isatty mock/typo' 2016-06-23 02:46:34 +03:00
Gil Forsyth
bd78cbffd4 more fixes for test skipping 2016-06-22 18:51:56 -04:00
Gil Forsyth
698193c5e2 update skip reason 2016-06-22 18:32:14 -04:00
Gil Forsyth
4eff251964 remove all nose imports and calls everywhere 2016-06-22 18:06:44 -04:00