hy/tests/compilers
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
..
native Remove the import-as and import-from builtins 2013-04-20 16:06:32 +02:00
__init__.py Adding more testing. 2013-03-02 23:47:16 -05:00
test_ast.py Tests for explicit exception chaining 2014-05-01 16:33:10 -04:00
test_compiler.py Jank @olasd's hack, clean up core. 2013-07-06 14:00:11 -04:00
test_quoting.py Adding some basic testing in; more to come. 2013-04-08 20:23:51 -04:00