hy/tests
Allison Kaptur caa53fb095 Tests for explicit exception chaining
This also breaks out the PY3 only tests into their own file.  We need to do this because raise from is a syntax error in PY2, so we can't rely on the previous hack of catching a HyCompileError - it would compile fine through Hy and then be a syntax error in Python.
2014-05-01 16:33:10 -04:00
..
compilers Tests for explicit exception chaining 2014-05-01 16:33:10 -04:00
importer hy/compiler.py: import only handles HySymbol and HyList, bail on others 2014-02-11 17:29:50 +01:00
lex Add a cons object and related mechanisms 2014-01-23 23:08:52 +01:00
macros Hy reader macros #377 2013-12-23 14:33:51 +01:00
models Merge master onto pr/471 2014-01-30 21:50:23 +05:30
native_tests Tests for explicit exception chaining 2014-05-01 16:33:10 -04:00
resources Rewrite the bootstrap macros in hy 2013-09-29 18:13:28 +02:00
__init__.py Tests for explicit exception chaining 2014-05-01 16:33:10 -04:00
test_bin.py Tests for explicit exception chaining 2014-05-01 16:33:10 -04:00