Commit graph

15 commits

Author SHA1 Message Date
Anthony Scopatz
fa3730cf44 rewrite of xonsh contexts to be based off of macros. 2017-01-10 01:58:21 -05:00
Matthias Bussonnier
c42b1fa135 Don't reuse variables names in tests.
Since http://bugs.python.org/issue27999, global after use is a
SyntaxError; reusing variable name in tests/test_contexts.py
lead to failure.

Should close #1718
2016-09-12 10:01:16 -07:00
laerus
bea8c62829 tests bugs fixing/test_parser & test_tools to go 2016-07-01 21:52:37 +03:00
Konstantinos Tsakiltzidis
2c6fb2e6f7 'need more fixtures' 2016-06-25 13:38:43 +03:00
Gil Forsyth
6f4fc7564e cleanup and extra fixes 2016-06-22 18:23:36 -04:00
Gil Forsyth
81ab922a12 port ast and contexts to pytest 2016-06-22 17:12:33 -04:00
Gil Forsyth
39a0167c11 fix setup in test_contexts 2016-06-22 10:06:55 -04:00
Anthony Scopatz
037b9e002b have functor 2016-06-05 21:44:03 -04:00
Anthony Scopatz
67b6d2abe9 suppress syntax warnings thrown by compile 2016-06-05 20:01:26 -04:00
Anthony Scopatz
bb5c420446 more context function tests 2016-06-05 18:34:37 -04:00
Anthony Scopatz
6e387e521b functional tests 2016-06-05 18:25:52 -04:00
Anthony Scopatz
a1d3b73a71 many closing test 2016-06-05 17:49:12 -04:00
Anthony Scopatz
9fab87a743 ending close paren 2016-06-05 17:44:21 -04:00
Anthony Scopatz
b5d90b5a88 block test refactor 2016-06-05 17:02:10 -04:00
Anthony Scopatz
1643e1692e oh, yeah, blocks 2016-06-05 16:25:43 -04:00