hy/tests
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
..
compilers Give require the same features as import (#1142) 2016-11-03 09:35:58 +02:00
importer hy/compiler.py: import only handles HySymbol and HyList, bail on others 2014-02-11 17:29:50 +01:00
lex Don't sort or deduplicate the items in a HySet 2016-09-26 09:47:04 -07:00
macros Overhaul macros to allow macros to ref the Compiler 2015-12-23 15:52:47 -05:00
models Don't sort or deduplicate the items in a HySet 2016-09-26 09:47:04 -07:00
native_tests Update tests to work with Pytho 2.x 2016-11-09 05:07:31 +02:00
resources Give require the same features as import (#1142) 2016-11-03 09:35:58 +02:00
test_files Run file using hy -i 2015-02-28 18:11:42 +10:00
__init__.py Add lazy sequences into contrib 2016-11-08 21:23:49 +02:00
test_bin.py Run file using hy -i 2015-02-28 18:11:42 +10:00