hy/tests/native_tests/contrib
Tuukka Turto 584a40d9c0 Update tests to work with Pytho 2.x
In Python 2.x (range 10) is mapped to xrange(10) in Python
terms. However, xrange doesn't support slicing, which caused tests to
fail. By forxing xrange into list, we have slicing available.
2016-11-09 05:07:31 +02:00
..
__init__.hy contrib/anaphoric: More anaphoric macros added 2013-12-26 05:57:06 +02:00
alias.hy Give require the same features as import (#1142) 2016-11-03 09:35:58 +02:00
anaphoric.hy Give require the same features as import (#1142) 2016-11-03 09:35:58 +02:00
botsbuildbots.hy Give require the same features as import (#1142) 2016-11-03 09:35:58 +02:00
curry.hy Give require the same features as import (#1142) 2016-11-03 09:35:58 +02:00
loop.hy Give require the same features as import (#1142) 2016-11-03 09:35:58 +02:00
meth.hy Give require the same features as import (#1142) 2016-11-03 09:35:58 +02:00
multi.hy Give require the same features as import (#1142) 2016-11-03 09:35:58 +02:00
sequences.hy Update tests to work with Pytho 2.x 2016-11-09 05:07:31 +02:00
walk.hy Drop a set of brackets from with. 2015-10-01 10:08:04 +02:00